Searched refs:isDeclarationOfODRMember (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h674 // MDNodeSubsetEqualImpl::isDeclarationOfODRMember().
692 return isDeclarationOfODRMember(LHS.isDefinition(), LHS.Scope,
697 return isDeclarationOfODRMember(LHS->isDefinition(), LHS->getRawScope(),
704 static bool isDeclarationOfODRMember(bool IsDefinition, const Metadata *Scope, function in struct:llvm::MDNodeSubsetEqualImpl

Completed in 89 milliseconds