Searched refs:LVPublicNames (Results 1 – 3 of 3) sorted by relevance
30 using LVPublicNames = std::map<LVScope *, LVNameInfo>; variable405 LVPublicNames PublicNames;511 LVPublicNames::iterator Iter = PublicNames.find(Scope); in findPublicName()514 const LVPublicNames &getPublicNames() const { return PublicNames; } in getPublicNames()
548 for (LVPublicNames::const_reference Name : CompileUnit->getPublicNames()) { in createInstructions()563 for (LVPublicNames::const_reference Name : CompileUnit->getPublicNames()) { in createInstructions()
1419 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()