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