Expand description
The ORC JIT.
Enums§
Functions§
- LLVM
OrcAdd ⚠Eagerly CompiledIR - Add a module to be eagerly compiled.
- LLVM
OrcAdd ⚠Lazily CompiledIR - Add a module to be lazily compiled one function at a time.
- LLVM
OrcAdd ⚠Object File - Add an object file.
- LLVM
OrcCreate ⚠Indirect Stub - Create a named indirect call stub.
- LLVM
OrcCreate ⚠Instance - Create an ORC JIT stack.
- LLVM
OrcCreate ⚠Lazy Compile Callback - Create a lazy compile callback.
- LLVM
OrcDispose ⚠Instance - Dispose of an ORC JIT stack.
- LLVM
OrcDispose ⚠Mangled Symbol - Dispose of a mangled symbol.
- LLVM
OrcDispose ⚠Shared Module Ref - LLVM
OrcGet ⚠Error Msg - Get the error message for the most recent error (if any).
- LLVM
OrcGet ⚠Mangled Symbol - Mangle the given symbol.
- LLVM
OrcGet ⚠Symbol Address - Get symbol address from JIT instance.
- LLVM
OrcMake ⚠Shared Module - Turn an LLVMModuleRef into an LLVMSharedModuleRef.
- LLVM
OrcRemove ⚠Module - Remove a module set from the JIT.
- LLVM
OrcSet ⚠Indirect Stub Pointer - Set the pointer for the given indirect stub.