Home
last modified time | relevance | path

Searched refs:LVPublicNames (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h30 using LVPublicNames = std::map<LVScope *, LVNameInfo>; variable
405 LVPublicNames PublicNames;
511 LVPublicNames::iterator Iter = PublicNames.find(Scope); in findPublicName()
514 const LVPublicNames &getPublicNames() const { return PublicNames; } in getPublicNames()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp548 for (LVPublicNames::const_reference Name : CompileUnit->getPublicNames()) { in createInstructions()
563 for (LVPublicNames::const_reference Name : CompileUnit->getPublicNames()) { in createInstructions()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1419 using OffsetSorted = std::map<LVAddress, LVPublicNames::const_iterator>; in printLocalNames()
1421 for (LVPublicNames::const_iterator Iter = PublicNames.begin(); in printLocalNames()
1425 LVPublicNames::const_iterator Iter; in printLocalNames()