llvm-hs-9.0.1: General purpose LLVM bindings
Safe HaskellNone
LanguageHaskell2010

LLVM.Linking

Description

Utility functions for resolving external symbols

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.