Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp157 COFFYAML::Section NewYAMLSection; in dumpSections() local
160 NewYAMLSection.Name = *NameOrErr; in dumpSections()
167 NewYAMLSection.Header.NumberOfLineNumbers = in dumpSections()
169 NewYAMLSection.Header.NumberOfRelocations = in dumpSections()
179 assert(NewYAMLSection.Alignment <= 8192); in dumpSections()
186 if (NewYAMLSection.Name == ".debug$S") in dumpSections()
188 else if (NewYAMLSection.Name == ".debug$T") in dumpSections()
191 else if (NewYAMLSection.Name == ".debug$P") in dumpSections()
194 else if (NewYAMLSection.Name == ".debug$H") in dumpSections()
217 NewYAMLSection.Relocations = Relocations; in dumpSections()
[all …]