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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 76 DIE UnitDie;
78 /// Offset of the UnitDie from beginning of debug info section.
88 /// IndexTyDie - An anonymous type for index type. Owned by UnitDie.
209 DIE &getUnitDie() { return UnitDie; }
217 bool hasContent() const { return !UnitDie.getChildren().empty(); }
DwarfDebug.cpp     [all...]

Completed in 56 milliseconds