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 80 DIE &UnitDie;
82 /// Offset of the UnitDie from beginning of debug info section.
92 /// An anonymous type for index type. Owned by UnitDie.
133 DIE &getUnitDie() { return UnitDie; }
139 bool hasContent() const { return UnitDie.hasChildren(); }
DwarfDebug.cpp     [all...]

Completed in 68 milliseconds