Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h405 LVPublicNames PublicNames; variable
507 PublicNames.emplace(std::piecewise_construct, std::forward_as_tuple(Scope), in addPublicName()
511 LVPublicNames::iterator Iter = PublicNames.find(Scope); in findPublicName()
512 return (Iter != PublicNames.end()) ? Iter->second : NameNone; in findPublicName()
514 const LVPublicNames &getPublicNames() const { return PublicNames; } in getPublicNames()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1421 for (LVPublicNames::const_iterator Iter = PublicNames.begin(); in printLocalNames()
1422 Iter != PublicNames.end(); ++Iter) in printLocalNames()