Module llvm_sys::orc

source ·
Expand description

The ORC JIT.

Enums

Functions

Add a module to be eagerly compiled.
Add a module to be lazily compiled one function at a time.
Add an object file.
Create a named indirect call stub.
Create an ORC JIT stack.
Create a lazy compile callback.
Dispose of an ORC JIT stack.
Dispose of a mangled symbol.
Get the error message for the most recent error (if any).
Mangle the given symbol.
Get symbol address from JIT instance.
Remove a module set from the JIT.
Set the pointer for the given indirect stub.

Type Definitions