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