llvm-c ~master (2022-02-07T19:59:32.8983686)
Dub
Repo
LLVMCreateJITCompilerForModule
deimos
llvm
c
executionengine
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) nothrow
LLVMBool
LLVMCreateJITCompilerForModule
(
LLVMExecutionEngineRef
*
OutJIT
,
LLVMModuleRef
M
,
uint
OptLevel
,
char
**
OutError
)
Meta
Source
See Implementation
deimos
llvm
c
executionengine
aliases
LLVMExecutionEngineRef
LLVMGenericValueRef
functions
LLVMAddGlobalMapping
LLVMAddModule
LLVMAddModuleProvider
LLVMCreateExecutionEngine
LLVMCreateExecutionEngineForModule
LLVMCreateGenericValueOfFloat
LLVMCreateGenericValueOfInt
LLVMCreateGenericValueOfPointer
LLVMCreateInterpreter
LLVMCreateInterpreterForModule
LLVMCreateJITCompiler
LLVMCreateJITCompilerForModule
LLVMCreateMCJITCompilerForModule
LLVMDisposeExecutionEngine
LLVMDisposeGenericValue
LLVMFindFunction
LLVMFreeMachineCodeForFunction
LLVMGenericValueIntWidth
LLVMGenericValueToFloat
LLVMGenericValueToInt
LLVMGenericValueToPointer
LLVMGetExecutionEngineTargetData
LLVMGetPointerToGlobal
LLVMInitializeMCJITCompilerOptions
LLVMLinkInInterpreter
LLVMLinkInJIT
LLVMLinkInMCJIT
LLVMRecompileAndRelinkFunction
LLVMRemoveModule
LLVMRemoveModuleProvider
LLVMRunFunction
LLVMRunFunctionAsMain
LLVMRunStaticConstructors
LLVMRunStaticDestructors
structs
LLVMMCJITCompilerOptions
__LLVMOpaqueExecutionEngine
__LLVMOpaqueGenericValue