Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp274 DWARFDie UnitDie = getUnitDIE(); in extractDIEsIfNeeded() local
275 if (Optional<uint64_t> DWOId = toUnsigned(UnitDie.find(DW_AT_GNU_dwo_id))) in extractDIEsIfNeeded()
281 toSectionOffset(UnitDie.find(DW_AT_GNU_addr_base), 0); in extractDIEsIfNeeded()
282 RangeSectionBase = toSectionOffset(UnitDie.find(DW_AT_rnglists_base), 0); in extractDIEsIfNeeded()
293 isDWO ? 0 : toSectionOffset(UnitDie.find(DW_AT_str_offsets_base), 0); in extractDIEsIfNeeded()
316 toSectionOffset(UnitDie.find(DW_AT_rnglists_base), 0)); in extractDIEsIfNeeded()
349 DWARFDie UnitDie = getUnitDIE(); in parseDWO() local
350 if (!UnitDie) in parseDWO()
352 auto DWOFileName = dwarf::toString(UnitDie.find(DW_AT_GNU_dwo_name)); in parseDWO()
355 auto CompilationDir = dwarf::toString(UnitDie.find(DW_AT_comp_dir)); in parseDWO()
[all …]
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h77 DIE &UnitDie; variable
126 DIE &getUnitDie() { return UnitDie; } in getUnitDie()
129 bool hasContent() const { return UnitDie.hasChildren(); } in hasContent()
DDwarfCompileUnit.h200 getHeaderSize() + UnitDie.getSize(); in getLength()
DDwarfUnit.cpp68 : CUNode(Node), UnitDie(*DIE::get(DIEValueAllocator, UnitTag)), Asm(A), in DwarfUnit()
80 addSectionOffset(UnitDie, dwarf::DW_AT_stmt_list, 0); in DwarfTypeUnit()
1291 IndexTyDie = &createAndAddDIE(dwarf::DW_TAG_base_type, UnitDie); in getIndexTyDie()
1502 Asm->EmitInt32(getHeaderSize() + UnitDie.getSize()); in emitHeader()
DDwarfDebug.cpp1891 DIE &UnitDie = NewTU.getUnitDie(); in addDwarfTypeUnitType() local
1895 NewTU.addUInt(UnitDie, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in addDwarfTypeUnitType()
1905 CU.applyStmtList(UnitDie); in addDwarfTypeUnitType()
DDwarfCompileUnit.cpp271 addSectionLabel(UnitDie, dwarf::DW_AT_stmt_list, LineTableStartSym, in initStmtList()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp216 const DIE *UnitDie = getUnitDie(); in getUnit() local
217 if (UnitDie) in getUnit()
218 return UnitDie->Owner.dyn_cast<DIEUnit*>(); in getUnit()
DDwarfDebug.cpp2349 DIE &UnitDie = NewTU.getUnitDie(); in addDwarfTypeUnitType() local
2352 NewTU.addUInt(UnitDie, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in addDwarfTypeUnitType()
2364 CU.applyStmtList(UnitDie); in addDwarfTypeUnitType()