pub unsafe extern "C" fn LLVMOrcAddEagerlyCompiledIR(
JITStack: *mut LLVMOrcOpaqueJITStack,
RetHandle: *mut u32,
Mod: *mut LLVMOpaqueSharedModule,
SymbolResolver: Option<extern "C" fn(*const i8, *mut c_void) -> u64>,
SymbolResolverCtx: *mut c_void,
) -> LLVMOrcErrorCodeExpand description
Add a module to be eagerly compiled.