Lines Matching refs:inputSections
125 for (InputSectionBase *s : inputSections) { in copySectionsIntoPartitions()
140 inputSections.insert(inputSections.end(), newSections.begin(), in copySectionsIntoPartitions()
146 for (InputSectionBase *&s : inputSections) { in combineEhSections()
162 llvm::erase_value(inputSections, nullptr); in combineEhSections()
296 inputSections.push_back(sec); in createSyntheticSections()
300 auto add = [](SyntheticSection &sec) { inputSections.push_back(&sec); }; in createSyntheticSections()
343 inputSections.push_back(&sec); in createSyntheticSections()
1226 SmallVector<InputSectionBase *, 0> matched, sections = inputSections; in maybeShuffle()
1817 auto start = std::find_if(inputSections.rbegin(), inputSections.rend(), in removeUnusedSyntheticSections()
1826 std::remove_if(start, inputSections.end(), [&](InputSectionBase *s) { in removeUnusedSyntheticSections()
1833 inputSections.erase(end, inputSections.end()); in removeUnusedSyntheticSections()
1939 for (InputSectionBase *sec : inputSections) in finalizeSections()