reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
51 for (const Section &Sec : Sections) { 66 Sections.emplace_back(S); 72 SectionMap = DenseMap<ssize_t, Section *>(Sections.size()); 74 for (Section &S : Sections) { 94 Sections.erase( 95 std::remove_if(std::begin(Sections), std::end(Sections), 95 std::remove_if(std::begin(Sections), std::end(Sections), 102 std::end(Sections)); 126 for (Section &Sec : Sections) {tools/llvm-objcopy/COFF/Object.h
125 ArrayRef<Section> getSections() const { return Sections; } 129 return make_range(Sections.begin(), Sections.end()); 129 return make_range(Sections.begin(), Sections.end());