Searched refs:AbbrevAllocator (Results 1 – 4 of 4) sorted by relevance
41 BumpPtrAllocator AbbrevAllocator; variable
44 DIEAbbrev *New = new (AbbrevAllocator) DIEAbbrev(std::move(Abbrev)); in assignAbbrevNumber()
25 : Asm(AP), Abbrevs(AbbrevAllocator), StrPool(DA, *Asm, Pref) {} in DwarfFile()
37 BumpPtrAllocator AbbrevAllocator; variable