Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp214 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()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h106 void createOutputDIE() { NewUnit.emplace(OrigUnit.getUnitDIE().getTag()); } in createOutputDIE()
109 if (NewUnit) in getOutputUnitDIE()
110 return &const_cast<BasicDIEUnit &>(*NewUnit).getUnitDie(); in getOutputUnitDIE()
246 Optional<BasicDIEUnit> NewUnit; variable
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp72 if (NewUnit) { in computeNextUnitOffset()
74 NextUnitOffset += NewUnit->getUnitDie().getSize(); in computeNextUnitOffset()
/llvm-project-15.0.7/flang/runtime/
H A Dunit-map.h49 ExternalFileUnit &NewUnit(const Terminator &);
H A Ddescriptor-io.cpp47 external = &ExternalFileUnit::NewUnit(handler, true); in DefinedFormattedIo()
H A Dunit-map.cpp29 ExternalFileUnit &UnitMap::NewUnit(const Terminator &terminator) { in NewUnit() function in Fortran::runtime::io::UnitMap
H A Dunit.h58 static ExternalFileUnit &NewUnit(const Terminator &, bool forChildIo);
H A Dunit.cpp85 ExternalFileUnit &ExternalFileUnit::NewUnit( in NewUnit() function in Fortran::runtime::io::ExternalFileUnit
87 ExternalFileUnit &unit{GetUnitMap().NewUnit(terminator)}; in NewUnit()
H A Dio-api.cpp377 ExternalFileUnit::NewUnit(terminator, false /*not child I/O*/)}; in IONAME()