reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
158 Sections.clear(); 254 Sections.emplace_back(std::make_unique<COFFSection>(Name)); 255 return Sections.back().get(); 558 for (auto &Section : Sections) 883 for (const std::unique_ptr<COFFSection> &Section : Sections) 886 for (const std::unique_ptr<COFFSection> &Section : Sections) 956 if (Sections.size() > INT32_MAX) 960 UseBigObj = Sections.size() > COFF::MaxNumberOfSections16; 961 Header.NumberOfSections = Sections.size(); 978 for (const auto &S : Sections) 987 for (const auto &S : Sections) 1004 for (auto &Section : Sections) { 1069 sections::iterator I = Sections.begin(); 1070 sections::iterator IE = Sections.end();