Lines Matching defs:Abbrev
132 for (DIEAbbrev *Abbrev : Abbreviations)
133 Abbrev->~DIEAbbrev();
139 DIEAbbrev Abbrev = Die.generateAbbrev();
140 Abbrev.Profile(ID);
150 DIEAbbrev *New = new (Alloc) DIEAbbrev(std::move(Abbrev));
175 DIEAbbrev Abbrev(Tag, hasChildren());
178 Abbrev.AddImplicitConstAttribute(V.getAttribute(),
181 Abbrev.AddAttribute(V.getAttribute(), V.getForm());
182 return Abbrev;
271 const DIEAbbrev &Abbrev = AbbrevSet.uniqueAbbreviation(*this);
285 (void)Abbrev;
286 assert(Abbrev.hasChildren() && "Children flag not set");