HomeSort by relevance Sort by last modified time
    Searched refs:DIEAbbrevSet (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 40 DIEAbbrevSet Abbrevs;
DIE.cpp 139 // DIEAbbrevSet Implementation
142 DIEAbbrevSet::~DIEAbbrevSet() {
147 DIEAbbrev &DIEAbbrevSet::uniqueAbbreviation(DIE &Die) {
171 void DIEAbbrevSet::Emit(const AsmPrinter *AP, MCSection *Section) const {
279 DIEAbbrevSet &AbbrevSet,
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DwarfGenerator.h 254 DIEAbbrevSet Abbreviations;
307 DIEAbbrevSet &getAbbrevSet() { return Abbreviations; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DIE.h 135 class DIEAbbrevSet {
145 DIEAbbrevSet(BumpPtrAllocator &A) : Alloc(A) {}
146 ~DIEAbbrevSet();
749 DIEAbbrevSet &AbbrevSet, unsigned CUOffset);

Completed in 94 milliseconds