Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp157 COFFYAML::Section NewYAMLSection; in dumpSections() local
160 NewYAMLSection.Name = *NameOrErr; in dumpSections()
164 NewYAMLSection.Header.Characteristics = COFFSection->Characteristics; in dumpSections()
165 NewYAMLSection.Header.VirtualAddress = COFFSection->VirtualAddress; in dumpSections()
166 NewYAMLSection.Header.VirtualSize = COFFSection->VirtualSize; in dumpSections()
167 NewYAMLSection.Header.NumberOfLineNumbers = in dumpSections()
169 NewYAMLSection.Header.NumberOfRelocations = in dumpSections()
171 NewYAMLSection.Header.PointerToLineNumbers = in dumpSections()
173 NewYAMLSection.Header.PointerToRawData = COFFSection->PointerToRawData; in dumpSections()
174 NewYAMLSection.Header.PointerToRelocations = in dumpSections()
[all …]