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