Searched refs:NewUnit (Results 1 – 3 of 3) sorted by relevance
215 DWARFYAML::Unit NewUnit; in dumpDebugInfo() local216 NewUnit.Format = CU->getFormat(); in dumpDebugInfo()217 NewUnit.Length = CU->getLength(); in dumpDebugInfo()218 NewUnit.Version = CU->getVersion(); in dumpDebugInfo()219 if (NewUnit.Version >= 5) in dumpDebugInfo()220 NewUnit.Type = (dwarf::UnitType)CU->getUnitType(); in dumpDebugInfo()222 NewUnit.AbbrevTableID = std::distance( in dumpDebugInfo()229 NewUnit.AbbrOffset = CU->getAbbreviations()->getOffset(); in dumpDebugInfo()230 NewUnit.AddrSize = CU->getAddressByteSize(); in dumpDebugInfo()329 NewUnit.Entries.push_back(NewEntry); in dumpDebugInfo()[all …]
114 void createOutputDIE() { NewUnit.emplace(OrigUnit.getUnitDIE().getTag()); } in createOutputDIE()117 if (NewUnit) in getOutputUnitDIE()118 return &const_cast<BasicDIEUnit &>(*NewUnit).getUnitDie(); in getOutputUnitDIE()254 std::optional<BasicDIEUnit> NewUnit; variable
91 if (NewUnit) { in computeNextUnitOffset()93 NextUnitOffset += NewUnit->getUnitDie().getSize(); in computeNextUnitOffset()