Home
last modified time | relevance | path

Searched refs:IdentifiedNamespaces (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.txt141 IdentifiedNamespaces with std::unordered_set and get the benefit
153 return IdentifiedNamespaces.find(Name) == IdentifiedNamespaces.end();
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp228 LookupSet IdentifiedNamespaces; member in llvm::logicalview::__anon56bc008a0211::LVNamespaceDeduction
263 LookupSet::iterator Iter = IdentifiedNamespaces.find(Components[Index]); in find()
264 if (Iter == IdentifiedNamespaces.end()) in find()
413 IdentifiedNamespaces.insert(Component); in init()
431 Print(IdentifiedNamespaces, "Namespaces"); in init()
469 LookupSet::iterator Iter = IdentifiedNamespaces.find(Component); in get()
470 return Iter == IdentifiedNamespaces.end(); in get()