ΒΆLLVMOrcCSymbolFlagsMapPairs
LLVMOrcMaterializationResponsibilityGetSymbols(
    LLVMOrcMaterializationResponsibilityRef MR,
    size_t* NumPairs)

Description

Returns the symbol flags map for this responsibility instance. The length of the array is returned in NumPairs and the caller is responsible for the returned memory and needs to call LLVMOrcDisposeCSymbolFlagsMap. To use the returned symbols beyond the livetime of the MaterializationResponsibility requires the caller to retain the symbols explicitly.

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

Parameters

LLVMOrcMaterializationResponsibilityRef MR
size_t* NumPairs