Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h80 DIE &UnitDie; variable
133 DIE &getUnitDie() { return UnitDie; } in getUnitDie()
139 bool hasContent() const { return UnitDie.hasChildren(); } in hasContent()
DDwarfCompileUnit.h182 getHeaderSize() + UnitDie.getSize(); in getLength()
DDwarfUnit.cpp70 UnitDie(*DIE::get(DIEValueAllocator, UnitTag)), DebugInfoOffset(0), in DwarfUnit()
82 addSectionOffset(UnitDie, dwarf::DW_AT_stmt_list, 0); in DwarfTypeUnit()
1297 IndexTyDie = &createAndAddDIE(dwarf::DW_TAG_base_type, UnitDie); in getIndexTyDie()
1517 Asm->EmitInt32(getHeaderSize() + UnitDie.getSize()); in emitHeader()
DDwarfDebug.cpp1941 DIE &UnitDie = NewTU.getUnitDie(); in addDwarfTypeUnitType() local
1946 NewTU.addUInt(UnitDie, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in addDwarfTypeUnitType()
1955 CU.applyStmtList(UnitDie); in addDwarfTypeUnitType()
DDwarfCompileUnit.cpp259 addSectionLabel(UnitDie, dwarf::DW_AT_stmt_list, LineTableStartSym, in initStmtList()