Searched refs:ObjSection (Results 1 – 1 of 1) sorted by relevance
155 for (const auto &ObjSection : Obj.sections()) { in dumpSections() local156 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()