Searched refs:UnitDie (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h80 DIE &UnitDie; member in class:llvm::DwarfUnit
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(); }
H A DDwarfCompileUnit.h182 getHeaderSize() + UnitDie.getSize();
H A DDwarfUnit.cpp70 UnitDie(*DIE::get(DIEValueAllocator, UnitTag)), DebugInfoOffset(0),
82 addSectionOffset(UnitDie, dwarf::DW_AT_stmt_list, 0);
1297 IndexTyDie = &createAndAddDIE(dwarf::DW_TAG_base_type, UnitDie);
1517 Asm->EmitInt32(getHeaderSize() + UnitDie.getSize());
H A DDwarfDebug.cpp1941 DIE &UnitDie = NewTU.getUnitDie(); local
1946 NewTU.addUInt(UnitDie, dwarf::DW_AT_language, dwarf::DW_FORM_data2,
1955 CU.applyStmtList(UnitDie);
H A DDwarfCompileUnit.cpp259 addSectionLabel(UnitDie, dwarf::DW_AT_stmt_list, LineTableStartSym,

Completed in 92 milliseconds