Home | History | Annotate | Download | only in MC

Lines Matching defs:Sections

858   std::vector<const MCSectionELF*> Sections;
863 Sections.push_back(&Section);
865 array_pod_sort(Sections.begin(), Sections.end(), compareBySuffix);
874 for (unsigned int I = 0, E = Sections.size(); I != E; ++I) {
875 const MCSectionELF &Section = *Sections[I];
879 StringRef PreviousName = Sections[I - 1]->getSectionName();
933 // Add sections to the groups
1084 std::vector<const MCSectionELF*> Sections;
1085 Sections.resize(NumSections - 1);
1090 Sections[p.second - 1] = p.first;
1101 const MCSectionELF &Section = *Sections[i];
1119 std::vector<const MCSectionELF*> &Sections) {
1125 Sections.push_back(&Section);
1135 Sections.push_back(&Section);
1144 Sections.push_back(&Section);
1183 std::vector<const MCSectionELF*> Sections;
1184 ComputeSectionOrder(Asm, Sections);
1185 unsigned NumSections = Sections.size();
1188 const MCSectionELF &Section = *Sections[i];
1209 const MCSectionELF &Section = *Sections[i];
1224 // ... then the regular sections ...
1227 WriteDataSectionData(Asm, Layout, *Sections[i]);
1239 // ... and then the remaining sections ...
1241 WriteDataSectionData(Asm, Layout, *Sections[i]);