Module llvm_sys::execution_engine
source · Expand description
Runtime code generation and execution.
Structs§
Enums§
Functions§
- Deprecated: Use LLVMCreateExecutionEngineForModule instead
- Deprecated: Use LLVMCreateInterpreterForModule instead
- Deprecated: Use LLVMCreateJITCompilerForModule instead
- Create an MCJIT execution engine for a module, with the given options.
- Create a simple custom MCJIT memory manager.
- Deprecated: Use LLVMRemoveModule instead