llvm-ffi-3.3.0: FFI bindings to the LLVM compiler toolkit.

Safe HaskellSafe

LLVM.FFI.ExecutionEngine

Contents

Synopsis

Linking

Generic values

Execution engines

runFunctionAsMainSource

Arguments

:: ExecutionEngineRef 
-> ValueRef 
-> CUInt 
-> Ptr CString

argv

-> Ptr CString

envp

-> IO CInt