ΒΆLLVMErrorRef
LLVMOrcMaterializationResponsibilityDelegate(
    LLVMOrcMaterializationResponsibilityRef MR,
    LLVMOrcSymbolStringPoolEntryRef* Symbols,
    size_t NumSymbols,
    LLVMOrcMaterializationResponsibilityRef*
        Result)

Description

Delegates responsibility for the given symbols to the returned materialization responsibility. Useful for breaking up work between threads, or different kinds of materialization processes. The caller retains responsibility of the the passed MaterializationResponsibility.

Declared at: llvm/include/llvm-c/Orc.h:868

Parameters

LLVMOrcMaterializationResponsibilityRef MR
LLVMOrcSymbolStringPoolEntryRef* Symbols
size_t NumSymbols
LLVMOrcMaterializationResponsibilityRef* Result