Home | History | Annotate | Download | only in dsymutil

Lines Matching refs:DIEAbbrev

424   void emitAbbrevs(const std::vector<DIEAbbrev *> &Abbrevs);
574 void DwarfStreamer::emitAbbrevs(const std::vector<DIEAbbrev *> &Abbrevs) {
1154 void AssignAbbrev(DIEAbbrev &Abbrev);
1157 FoldingSet<DIEAbbrev> AbbreviationsSet;
1161 std::vector<DIEAbbrev *> Abbreviations;
1728 void DwarfLinker::AssignAbbrev(DIEAbbrev &Abbrev) {
1733 DIEAbbrev *InSet = AbbreviationsSet.FindNodeOrInsertPos(ID, InsertToken);
1742 new DIEAbbrev(Abbrev.getTag(), Abbrev.hasChildren()));
2159 DIEAbbrev &NewAbbrev = Die->getAbbrev();