Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAccelTable.cpp477 auto AbbrevIt = Abbreviations.find(Entry.getDieTag()); in emitEntry() local
478 assert(AbbrevIt != Abbreviations.end() && in emitEntry()
481 Asm->EmitULEB128(AbbrevIt->first, "Abbreviation code"); in emitEntry()
482 for (const auto &AttrEnc : AbbrevIt->second) { in emitEntry()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFAcceleratorTable.cpp610 const auto AbbrevIt = Abbrevs.find_as(AbbrevCode); in getEntry() local
611 if (AbbrevIt == Abbrevs.end()) in getEntry()
614 Entry E(*this, *AbbrevIt); in getEntry()