pub unsafe extern "C" fn LLVMOrcAddEagerlyCompiledIR(
JITStack: LLVMOrcJITStackRef,
RetHandle: *mut LLVMOrcModuleHandle,
Mod: LLVMModuleRef,
SymbolResolver: LLVMOrcSymbolResolverFn,
SymbolResolverCtx: *mut c_void,
) -> LLVMErrorRefExpand description
Add a module to be eagerly compiled.