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<int> priorities(inputSections.size() - order.size()); in maybeShuffle()
1308 for (InputSectionBase *sec : inputSections) { in maybeShuffle()
1877 for (InputSectionBase *s : llvm::reverse(inputSections)) { in removeUnusedSyntheticSections()