Structs§
- Execution
Engine - A reference-counted wrapper around LLVM’s execution engine.
- JitFunction
- A wrapper around a function pointer which ensures the function being pointed to doesn’t accidentally outlive its execution engine.
Enums§
Traits§
- Unsafe
Function Pointer - Marker trait representing an unsafe function pointer (
unsafe extern "C" fn(A, B, ...) -> Output
).