Searched refs:UnitDie (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 274 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/ |
D | DwarfUnit.h | 77 DIE &UnitDie; variable 126 DIE &getUnitDie() { return UnitDie; } in getUnitDie() 129 bool hasContent() const { return UnitDie.hasChildren(); } in hasContent()
|
D | DwarfCompileUnit.h | 200 getHeaderSize() + UnitDie.getSize(); in getLength()
|
D | DwarfUnit.cpp | 68 : 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()
|
D | DwarfDebug.cpp | 1891 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()
|
D | DwarfCompileUnit.cpp | 271 addSectionLabel(UnitDie, dwarf::DW_AT_stmt_list, LineTableStartSym, in initStmtList()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 216 const DIE *UnitDie = getUnitDie(); in getUnit() local 217 if (UnitDie) in getUnit() 218 return UnitDie->Owner.dyn_cast<DIEUnit*>(); in getUnit()
|
D | DwarfDebug.cpp | 2349 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()
|