Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp779 const auto AbbrevIt = Abbrevs.find_as(AbbrevCode); in getEntry() local
780 if (AbbrevIt == Abbrevs.end()) in getEntry()
783 Entry E(*this, *AbbrevIt); in getEntry()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp782 const auto *AbbrevIt = find_if(Abbrevs, [&](const auto &Abbrev) { in getNonZeroDataSizesFor() local
785 if (AbbrevIt == Abbrevs.end()) in getNonZeroDataSizesFor()
791 for (auto [Idx, Form] : AbbrevIt->Indices) { in getNonZeroDataSizesFor()