Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp402 auto UnitDIE = U->getUnitDIE(); in getLineTableForUnit() local
403 if (!UnitDIE) in getLineTableForUnit()
406 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in getLineTableForUnit()
431 auto UnitDIE = U->getUnitDIE(); in clearLineTableForUnit() local
432 if (!UnitDIE) in clearLineTableForUnit()
435 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in clearLineTableForUnit()