Home
last modified time | relevance | path

Searched refs:AbbrevAllocator (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.h41 BumpPtrAllocator AbbrevAllocator; variable
DDwarfFile.cpp44 DIEAbbrev *New = new (AbbrevAllocator) DIEAbbrev(std::move(Abbrev)); in assignAbbrevNumber()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp25 : Asm(AP), Abbrevs(AbbrevAllocator), StrPool(DA, *Asm, Pref) {} in DwarfFile()
DDwarfFile.h37 BumpPtrAllocator AbbrevAllocator; variable