ΒΆLLVMOrcSymbolStringPoolEntryRef*
LLVMOrcMaterializationResponsibilityGetRequestedSymbols(
    LLVMOrcMaterializationResponsibilityRef MR,
    size_t* NumSymbols)

Description

Returns the names of any symbols covered by this MaterializationResponsibility object that have queries pending. This information can be used to return responsibility for unrequested symbols back to the JITDylib via the delegate method.

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

Parameters

LLVMOrcMaterializationResponsibilityRef MR
size_t* NumSymbols