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.cpp57 DIE *UnitDIE = DIETreeGenerator.createDIE(dwarf::DW_TAG_compile_unit, 0); in createDIETree() local
59 UnitDIE->setOffset(OutOffset); in createDIETree()
118 UnitDIE->setSize(OutOffset - UnitDIE->getOffset() + 1); in createDIETree()
120 finalizeTypeEntryRec(UnitDIE->getOffset(), UnitDIE, Types.getRoot()); in createDIETree()
124 *OffsetPtr += getULEB128Size(UnitDIE->getAbbrevNumber()); in createDIETree()
126 setOutUnitDIE(UnitDIE); in createDIETree()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp401 auto UnitDIE = U->getUnitDIE(); in getLineTableForUnit() local
402 if (!UnitDIE) in getLineTableForUnit()
405 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in getLineTableForUnit()
430 auto UnitDIE = U->getUnitDIE(); in clearLineTableForUnit() local
431 if (!UnitDIE) in clearLineTableForUnit()
434 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in clearLineTableForUnit()