Function llvm_sys::orc::LLVMOrcAddEagerlyCompiledIR
source · [−]pub unsafe extern "C" fn LLVMOrcAddEagerlyCompiledIR(
JITStack: LLVMOrcJITStackRef,
RetHandle: *mut LLVMOrcModuleHandle,
Mod: LLVMModuleRef,
SymbolResolver: LLVMOrcSymbolResolverFn,
SymbolResolverCtx: *mut c_void
) -> LLVMErrorRef
Expand description
Add a module to be eagerly compiled.