[−][src]Module inkwell::execution_engine
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 ( |