HomeSort by relevance Sort by last modified time
    Searched refs:UnitDie (Results 1 - 3 of 3) 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(); }
DwarfUnit.cpp 46 : UniqueID(UID), CUNode(Node), UnitDie(UnitTag), DebugInfoOffset(0), Asm(A),
67 addSectionOffset(UnitDie, dwarf::DW_AT_stmt_list, 0);
    [all...]
DwarfDebug.cpp     [all...]

Completed in 52 milliseconds