Lines Matching refs:sections
118 typedef std::vector<std::unique_ptr<COFFSection>> sections;
127 sections Sections;
142 Sections.clear();
253 return createCOFFEntity<COFFSection>(Name, Sections);
274 report_fatal_error("two sections have the same comdat");
418 report_fatal_error("conflicting sections for symbol");
796 size_t SectionsSize = Sections.size();
799 "PE COFF object files can't have more than 2147483647 sections");
808 for (const auto &Section : Sections) {
857 for (const auto &S : Sections)
866 for (const auto &S : Sections)
882 // Fixup associative COMDAT sections.
883 for (auto &Section : Sections) {
994 sections::iterator i, ie;
997 for (auto &Section : Sections) {
1006 for (i = Sections.begin(), ie = Sections.end(), j = Asm.begin(),