Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp213 DWARFYAML::Unit NewUnit; in dumpDebugInfo() local
214 NewUnit.Format = CU->getFormat(); in dumpDebugInfo()
215 NewUnit.Length = CU->getLength(); in dumpDebugInfo()
216 NewUnit.Version = CU->getVersion(); in dumpDebugInfo()
217 if (NewUnit.Version >= 5) in dumpDebugInfo()
218 NewUnit.Type = (dwarf::UnitType)CU->getUnitType(); in dumpDebugInfo()
220 NewUnit.AbbrevTableID = std::distance( in dumpDebugInfo()
227 NewUnit.AbbrOffset = CU->getAbbreviations()->getOffset(); in dumpDebugInfo()
228 NewUnit.AddrSize = CU->getAddressByteSize(); in dumpDebugInfo()
327 NewUnit.Entries.push_back(NewEntry); in dumpDebugInfo()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h105 NewUnit.emplace(OrigUnit.getVersion(), OrigUnit.getAddressByteSize(), in createOutputDIE()
110 if (NewUnit) in getOutputUnitDIE()
111 return &const_cast<BasicDIEUnit &>(*NewUnit).getUnitDie(); in getOutputUnitDIE()
258 Optional<BasicDIEUnit> NewUnit; variable
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h104 void createOutputDIE() { NewUnit.emplace(OrigUnit.getUnitDIE().getTag()); } in createOutputDIE()
107 if (NewUnit) in getOutputUnitDIE()
108 return &const_cast<BasicDIEUnit &>(*NewUnit).getUnitDie(); in getOutputUnitDIE()
262 Optional<BasicDIEUnit> NewUnit; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerCompileUnit.cpp66 if (NewUnit) { in computeNextUnitOffset()
68 NextUnitOffset += NewUnit->getUnitDie().getSize(); in computeNextUnitOffset()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinkerCompileUnit.cpp74 if (NewUnit) { in computeNextUnitOffset()
76 NextUnitOffset += NewUnit->getUnitDie().getSize(); in computeNextUnitOffset()
/external/llvm-project/flang/runtime/
Dunit-map.h43 ExternalFileUnit &NewUnit(const Terminator &terminator) { in NewUnit() function
Dunit.h49 static int NewUnit(const Terminator &);
Dunit.cpp88 int ExternalFileUnit::NewUnit(const Terminator &terminator) { in NewUnit() function in Fortran::runtime::io::ExternalFileUnit
89 return GetUnitMap().NewUnit(terminator).unitNumber(); in NewUnit()
Dio-api.cpp272 ExternalFileUnit::NewUnit(terminator), terminator, ignored)}; in IONAME()