Lines Matching defs:Abbreviations
216 // Target of Dwarf emission, used for sizing of abbreviations.
219 // Used to uniquely define abbreviations.
222 // A list of all the unique abbreviations in use.
223 std::vector<DIEAbbrev *> *Abbreviations;
248 : Asm(AP), AbbreviationsSet(AS), Abbreviations(A), StringPool(DA),
323 // Used to uniquely define abbreviations.
326 // A list of all the unique abbreviations in use.
327 std::vector<DIEAbbrev *> Abbreviations;
448 // Used to uniquely define abbreviations for the skeleton emission.
451 // A list of all the unique abbreviations in use.
504 /// \brief Emit a set of abbreviations to the specific section.
560 /// \brief Emit the local split abbreviations.