LLVMGetNamedMetadata

Function LLVMGetNamedMetadata 

Source
pub unsafe extern "C" fn LLVMGetNamedMetadata(
    M: LLVMModuleRef,
    Name: *const c_char,
    NameLen: usize,
) -> LLVMNamedMDNodeRef
Expand description

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

@see llvm::Module::getNamedMetadata()