Home
last modified time | relevance | path

Searched refs:ObjSection (Results 1 – 1 of 1) 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()
114 if (!ObjSection.isBSS()) in dumpSections()
119 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections()