Handbook
Glossary
LLVMCreateExecutionEngineForModule ( OutEE M OutMessage -- LLVMBool )
Vocabulary
llvm
.
ffi
Inputs
OutEE
an
object
M
an
object
OutMessage
an
object
Outputs
LLVMBool
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
llvm.ffi
LIBRARY:
llvm
FUNCTION:
LLVMBool
LLVMCreateExecutionEngineForModule
( LLVMExecutionEngineRef* OutEE,
LLVMModuleRef
M, char**
OutMessage )