Skip to main content

LLVMOrcCreateInstance

Function LLVMOrcCreateInstance 

Source
pub unsafe extern "C" fn LLVMOrcCreateInstance(
    TM: LLVMTargetMachineRef,
) -> LLVMOrcJITStackRef
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.