Searched refs:AbbrevIt (Results 1 – 2 of 2) sorted by relevance
477 auto AbbrevIt = Abbreviations.find(Entry.getDieTag()); in emitEntry() local478 assert(AbbrevIt != Abbreviations.end() && in emitEntry()481 Asm->EmitULEB128(AbbrevIt->first, "Abbreviation code"); in emitEntry()482 for (const auto &AttrEnc : AbbrevIt->second) { in emitEntry()
610 const auto AbbrevIt = Abbrevs.find_as(AbbrevCode); in getEntry() local611 if (AbbrevIt == Abbrevs.end()) in getEntry()614 Entry E(*this, *AbbrevIt); in getEntry()