Searched refs:orderedSections (Results 1 – 1 of 1) sorted by relevance
1323 SmallVector<std::pair<InputSection *, int>, 0> orderedSections; in sortISDBySectionOrder() local1336 orderedSections.push_back({isec, i->second}); in sortISDBySectionOrder()1338 llvm::sort(orderedSections, llvm::less_second()); in sortISDBySectionOrder()1373 if (executableOutputSection && !orderedSections.empty() && in sortISDBySectionOrder()1387 for (std::pair<InputSection *, int> p : orderedSections) in sortISDBySectionOrder()