Searched refs:UnitDIE (Results 1 – 2 of 2) sorted by relevance
57 DIE *UnitDIE = DIETreeGenerator.createDIE(dwarf::DW_TAG_compile_unit, 0); in createDIETree() local59 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()
401 auto UnitDIE = U->getUnitDIE(); in getLineTableForUnit() local402 if (!UnitDIE) in getLineTableForUnit()405 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in getLineTableForUnit()430 auto UnitDIE = U->getUnitDIE(); in clearLineTableForUnit() local431 if (!UnitDIE) in clearLineTableForUnit()434 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in clearLineTableForUnit()