llvm-c ~master (2022-02-07T19:59:32.8983686)
Dub
Repo
LLVMMCJITCompilerOptions
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
struct
LLVMMCJITCompilerOptions {
uint
OptLevel
;
LLVMCodeModel
CodeModel
;
LLVMBool
NoFramePointerElim
;
LLVMBool
EnableFastISel
;
}
Members
Variables
CodeModel
LLVMCodeModel
CodeModel
;
Undocumented in source.
EnableFastISel
LLVMBool
EnableFastISel
;
Undocumented in source.
NoFramePointerElim
LLVMBool
NoFramePointerElim
;
Undocumented in source.
OptLevel
uint
OptLevel
;
Undocumented in source.
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