llvm-base-3.2.0.2: FFI bindings to the LLVM compiler toolkit.

Safe HaskellNone

LLVM.Wrapper.ExecutionEngine

Contents

Synopsis

Documentation

Execution engines

runFunction :: ExecutionEngine -> Value -> CUInt -> [GenericValue] -> IO GenericValueSource

Generic values

createGenericValueOfInt :: Type -> CULLong -> Bool -> IO GenericValueSource

genericValueToInt :: GenericValue -> Bool -> CULLongSource