Safe Haskell | None |
---|---|
Language | Haskell98 |
LLVM.Internal.FFI.GlobalVariable
Description
FFI functions for handling the LLVM GlobalVariable class
Documentation
isAGlobalVariable :: Ptr Value -> IO (Ptr GlobalVariable) Source #
setGlobalConstant :: Ptr GlobalVariable -> LLVMBool -> IO () Source #
getInitializer :: Ptr GlobalVariable -> IO (Ptr Constant) Source #
setInitializer :: Ptr GlobalVariable -> Ptr Constant -> IO () Source #