reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
411 for (const auto &Attr : Attributes) 526 Values.reserve(Abbr.Attributes.size()); 527 for (const auto &Attr : Abbr.Attributes) 533 assert(Abbr->Attributes.size() == Values.size()); 534 for (const auto &Tuple : zip_first(Abbr->Attributes, Values)) { 567 assert(Abbr->Attributes.size() == Values.size()); 568 for (const auto &Tuple : zip_first(Abbr->Attributes, Values)) {lib/DebugInfo/DWARF/DWARFVerifier.cpp
1150 for (const auto &AttrEnc : Abbrev.Attributes) {