{-# LANGUAGE ForeignFunctionInterface #-} -- | FFI functions for handling the RTDyldMemoryManager class module LLVM.Internal.FFI.RTDyldMemoryManager where import LLVM.Prelude import Foreign.C.String -- | foreign import ccall safe "LLVM_Hs_GetSymbolAddressInProcess" getSymbolAddressInProcess :: CString -> IO Word64