pub unsafe extern "C" fn LLVMGetNamedMetadata(
M: LLVMModuleRef,
Name: *const c_char,
NameLen: usize,
) -> LLVMNamedMDNodeRefExpand description
Retrieve a NamedMDNode with the given name, returning NULL if no such node exists.
@see llvm::Module::getNamedMetadata()