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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 48 /// IndexTyDie - An anonymous type for index type. Owned by CUDie.
49 DIE *IndexTyDie;
133 return IndexTyDie;
139 IndexTyDie = D;
DwarfCompileUnit.cpp 34 : ID(I), CUDie(D), Asm(A), DD(DW), IndexTyDie(0) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 87 DIE *IndexTyDie;
356 void setIndexTyDie(DIE *D) { IndexTyDie = D; }
DwarfUnit.cpp 69 DD(DW), DU(DWU), IndexTyDie(nullptr), Section(nullptr) {
    [all...]

Completed in 47 milliseconds