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

/external/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp106 COFFYAML::Section NewYAMLSection; local
107 ObjSection.getName(NewYAMLSection.Name);
108 NewYAMLSection.Header.Characteristics = COFFSection->Characteristics;
109 NewYAMLSection.Header.VirtualAddress = ObjSection.getAddress();
110 NewYAMLSection.Header.VirtualSize = COFFSection->VirtualSize;
111 NewYAMLSection.Alignment = ObjSection.getAlignment();
116 NewYAMLSection.SectionData = yaml::BinaryRef(sectionData);
131 NewYAMLSection.Relocations = Relocations;
132 YAMLSections.push_back(NewYAMLSection);

Completed in 29 milliseconds