HomeSort by relevance Sort by last modified time
    Searched defs:IndexTyDie (Results 1 - 3 of 3) 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;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 87 DIE *IndexTyDie;
356 void setIndexTyDie(DIE *D) { IndexTyDie = D; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 84 DIE *IndexTyDie;
364 void setIndexTyDie(DIE *D) { IndexTyDie = D; }

Completed in 43 milliseconds