LLVMOrcCreateInstance

Function LLVMOrcCreateInstance 

Source
pub unsafe extern "C" fn LLVMOrcCreateInstance(
    TM: *mut LLVMOpaqueTargetMachine,
) -> *mut LLVMOrcOpaqueJITStack
Expand description

Create an ORC JIT stack.

The client owns the returned stack and must call OrcDisposeInstance when done with it. The JIT stack takes ownership of the provided TargetMachine.