ΒΆLLVMNamedMDNodeRef LLVMGetNamedMetadata(
    LLVMModuleRef M,
    const char* Name,
    size_t NameLen)

Description

Retrieve a NamedMDNode with the given name, returning NULL if no such node exists.

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

Parameters

LLVMModuleRef M
const char* Name
size_t NameLen