pub unsafe extern "C" fn LLVMGetFirstNamedMetadata(
M: LLVMModuleRef,
) -> LLVMNamedMDNodeRefExpand description
Obtain an iterator to the first NamedMDNode in a Module.
@see llvm::Module::named_metadata_begin()
pub unsafe extern "C" fn LLVMGetFirstNamedMetadata(
M: LLVMModuleRef,
) -> LLVMNamedMDNodeRefObtain an iterator to the first NamedMDNode in a Module.
@see llvm::Module::named_metadata_begin()