Home
last modified time | relevance | path

Searched refs:UnitDIE (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp58 DIE *UnitDIE = DIETreeGenerator.createDIE(dwarf::DW_TAG_compile_unit, 0); in createDIETree() local
60 UnitDIE->setOffset(OutOffset); in createDIETree()
119 UnitDIE->setSize(OutOffset - UnitDIE->getOffset() + 1); in createDIETree()
121 finalizeTypeEntryRec(UnitDIE->getOffset(), UnitDIE, Types.getRoot()); in createDIETree()
125 *OffsetPtr += getULEB128Size(UnitDIE->getAbbrevNumber()); in createDIETree()
127 setOutUnitDIE(UnitDIE); in createDIETree()
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp403 auto UnitDIE = U->getUnitDIE(); in getLineTableForUnit() local
404 if (!UnitDIE) in getLineTableForUnit()
407 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in getLineTableForUnit()
432 auto UnitDIE = U->getUnitDIE(); in clearLineTableForUnit() local
433 if (!UnitDIE) in clearLineTableForUnit()
436 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in clearLineTableForUnit()