Home
last modified time | relevance | path

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

/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp104 for (const auto &ObjSection : Obj.sections()) { in dumpSections() local
105 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()
107 ObjSection.getName(NewYAMLSection.Name); in dumpSections()
109 NewYAMLSection.Header.VirtualAddress = ObjSection.getAddress(); in dumpSections()
111 NewYAMLSection.Alignment = ObjSection.getAlignment(); in dumpSections()
115 if (!ObjSection.isBSS()) in dumpSections()
120 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dcoff2yaml.cpp145 for (const auto &ObjSection : Obj.sections()) { in dumpSections() local
146 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()
148 ObjSection.getName(NewYAMLSection.Name); in dumpSections()
150 NewYAMLSection.Header.VirtualAddress = ObjSection.getAddress(); in dumpSections()
167 if (!ObjSection.isBSS()) in dumpSections()
183 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections()