Home
last modified time | relevance | path

Searched refs:NewUnit (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp215 DWARFYAML::Unit NewUnit; in dumpDebugInfo() local
216 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 …]
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h114 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
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp91 if (NewUnit) { in computeNextUnitOffset()
93 NextUnitOffset += NewUnit->getUnitDie().getSize(); in computeNextUnitOffset()