LLVMOrcAddLazilyCompiledIR

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
  1. LLVMOrcErrorCode LLVMOrcAddLazilyCompiledIR(LLVMOrcJITStackRef JITStack, LLVMOrcModuleHandle* RetHandle, LLVMSharedModuleRef Mod, LLVMOrcSymbolResolverFn SymbolResolver, void* SymbolResolverCtx)
  2. LLVMOrcModuleHandle LLVMOrcAddLazilyCompiledIR(LLVMOrcJITStackRef JITStack, LLVMModuleRef Mod, LLVMOrcSymbolResolverFn SymbolResolver, void* SymbolResolverCtx)
    __gshared extern (System) nothrow
    static if(!(LLVM_Version >= asVersion(5, 0, 0)))
    static if(LLVM_Version >= asVersion(3, 8, 0))
    LLVMOrcAddLazilyCompiledIR

Meta