Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp155 for (const auto &ObjSection : Obj.sections()) { in dumpSections() local
156 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()
159 if (Expected<StringRef> NameOrErr = ObjSection.getName()) in dumpSections()
182 if (!ObjSection.isBSS()) in dumpSections()
198 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections()