Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp142 DIEAbbrevSet::~DIEAbbrevSet() { in ~DIEAbbrevSet()
147 DIEAbbrev &DIEAbbrevSet::uniqueAbbreviation(DIE &Die) { in uniqueAbbreviation()
171 void DIEAbbrevSet::Emit(const AsmPrinter *AP, MCSection *Section) const { in Emit()
279 DIEAbbrevSet &AbbrevSet, in computeOffsetsAndAbbrevs()
DDwarfFile.h40 DIEAbbrevSet Abbrevs;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.h254 DIEAbbrevSet Abbreviations;
307 DIEAbbrevSet &getAbbrevSet() { return Abbreviations; } in getAbbrevSet()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DDIE.h135 class DIEAbbrevSet {
145 DIEAbbrevSet(BumpPtrAllocator &A) : Alloc(A) {} in DIEAbbrevSet() function
146 ~DIEAbbrevSet();
749 DIEAbbrevSet &AbbrevSet, unsigned CUOffset);