ΒΆLLVMValueMetadataEntry* LLVMGlobalCopyAllMetadata(
    LLVMValueRef Value,
    size_t* NumEntries)

Description

Retrieves an array of metadata entries representing the metadata attached to this value. The caller is responsible for freeing this array by calling\c LLVMDisposeValueMetadataEntries.

Declared at: llvm/include/llvm-c/Core.h:2251

Parameters

LLVMValueRef Value
size_t* NumEntries