Lines Matching refs:NewUnit
214 DWARFYAML::Unit NewUnit; in dumpDebugInfo() local
215 NewUnit.Format = CU->getFormat(); in dumpDebugInfo()
216 NewUnit.Length = CU->getLength(); in dumpDebugInfo()
217 NewUnit.Version = CU->getVersion(); in dumpDebugInfo()
218 if (NewUnit.Version >= 5) in dumpDebugInfo()
219 NewUnit.Type = (dwarf::UnitType)CU->getUnitType(); in dumpDebugInfo()
221 NewUnit.AbbrevTableID = std::distance( in dumpDebugInfo()
228 NewUnit.AbbrOffset = CU->getAbbreviations()->getOffset(); in dumpDebugInfo()
229 NewUnit.AddrSize = CU->getAddressByteSize(); in dumpDebugInfo()
328 NewUnit.Entries.push_back(NewEntry); in dumpDebugInfo()
330 Y.CompileUnits.push_back(NewUnit); in dumpDebugInfo()