Searched refs:NewYAMLSection (Results 1 – 1 of 1) sorted by relevance
157 COFFYAML::Section NewYAMLSection; in dumpSections() local160 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 …]