llvm-general-3.2.4.2: src/LLVM/General/Internal/FFI/Analysis.hs
{-# LANGUAGE
ForeignFunctionInterface
#-}
module LLVM.General.Internal.FFI.Analysis where
import Foreign.Ptr
import Foreign.C
import LLVM.General.Internal.FFI.LLVMCTypes
import LLVM.General.Internal.FFI.Module
foreign import ccall unsafe "LLVMVerifyModule" verifyModule ::
Ptr Module -> VerifierFailureAction -> Ptr MallocedCString -> IO LLVMBool