Home | History | Annotate | Download | only in dsymutil

Lines Matching defs:Abbreviations

681   // We share one abbreviations table across all units so it's always at the
1376 /// \brief FoldingSet that uniques the abbreviations.
1378 /// \brief Storage for the unique Abbreviations.
1381 std::vector<std::unique_ptr<DIEAbbrev>> Abbreviations;
2283 Abbreviations.push_back(
2286 Abbreviations.back()->AddAttribute(Attr.getAttribute(), Attr.getForm());
2287 AbbreviationsSet.InsertNode(Abbreviations.back().get(), InsertToken);
2289 Abbrev.setNumber(Abbreviations.size());
2290 Abbreviations.back()->setNumber(Abbreviations.size());
3398 Streamer->emitAbbrevs(Abbreviations);