Module execution_engine

Source

Structs§

ExecutionEngine
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§

FunctionLookupError
RemoveModuleError

Traits§

UnsafeFunctionPointer
Marker trait representing an unsafe function pointer (unsafe extern "C" fn(A, B, ...) -> Output).