llvm-hs-6.3.0: General purpose LLVM bindings

Safe HaskellNone
LanguageHaskell2010

LLVM.Internal.Linking

Synopsis

Documentation

loadLibraryPermanently :: Maybe FilePath -> IO Bool Source #

Loads the given dynamic library permanently. If Nothing is given, this will make the symbols from the current process available.

getSymbolAddressInProcess :: MangledSymbol -> IO WordPtr Source #

Get the address of the given symbol in the current process' address space.