ΒΆvoid LLVMGetNamedMetadataOperands(
    LLVMModuleRef M,
    const char* Name,
    LLVMValueRef* Dest)

Description

Obtain the named metadata operands for a module. The passed LLVMValueRef pointer should refer to an array of LLVMValueRef at least LLVMGetNamedMetadataNumOperands long. This array will be populated with the LLVMValueRef instances. Each instance corresponds to a llvm::MDNode.

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

Parameters

LLVMModuleRef M
const char* Name
LLVMValueRef* Dest