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

Safe HaskellSafe
LanguageHaskell98

LLVM.FFI.ExecutionEngine

Contents

Synopsis

Linking

Generic values

Execution engines

runFunctionAsMain Source #

Arguments

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

argv

-> Ptr CString

envp

-> IO CInt