Expand description
Safe(r) wrappers around llvm_sys::execution_engine
Structs§
- Execution
Engine - Rust wrapper around [LLVMExecutionEngineRef]
- Generic
Value - Wrapper around [LLVMGenericValueRef].
- MCJIT
Compiler Options - Rust wrapper around [LLVMMCJITCompilerOptions]
Enums§
- Code
GenOpt Level - Code generation optimization level.
This is a copy of LLVM’s
CodeGenOptLevelenum. - Engine
Kind - Kind of execution engine to create.