Lines Matching refs:inputSections
187 for (InputSectionBase *s : inputSections) { in copySectionsIntoPartitions()
202 inputSections.insert(inputSections.end(), newSections.begin(), in copySectionsIntoPartitions()
208 for (InputSectionBase *&s : inputSections) { in combineEhSections()
224 std::vector<InputSectionBase *> &v = inputSections; in combineEhSections()
355 inputSections.push_back(sec); in createSyntheticSections()
359 auto add = [](SyntheticSection *sec) { inputSections.push_back(sec); }; in createSyntheticSections()
403 inputSections.push_back(sec); in createSyntheticSections()
1115 for (InputSectionBase *isec : inputSections) in forEachRelSec()
1298 std::vector<InputSectionBase *> matched, sections = inputSections; in maybeShuffle()
1894 auto start = std::find_if(inputSections.rbegin(), inputSections.rend(), in removeUnusedSyntheticSections()
1903 start, inputSections.end(), [&](InputSectionBase *s) { in removeUnusedSyntheticSections()
1923 DenseSet<InputSectionBase *> unused(end, inputSections.end()); in removeUnusedSyntheticSections()
1929 inputSections.erase(end, inputSections.end()); in removeUnusedSyntheticSections()