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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 88 /// IndexTyDie - An anonymous type for index type. Owned by UnitDie.
89 DIE *IndexTyDie;
506 DIE *getIndexTyDie() { return IndexTyDie; }
510 void setIndexTyDie(DIE *D) { IndexTyDie = D; }
DwarfUnit.cpp 47 DD(DW), DU(DWU), IndexTyDie(nullptr), Section(nullptr),
    [all...]

Completed in 140 milliseconds