Searched refs:orderedSections (Results 1 – 1 of 1) sorted by relevance
1398 std::vector<std::pair<InputSection *, int>> orderedSections; in sortISDBySectionOrder() local1408 orderedSections.push_back({isec, i->second}); in sortISDBySectionOrder()1410 llvm::sort(orderedSections, llvm::less_second()); in sortISDBySectionOrder()1440 if (target->getThunkSectionSpacing() && !orderedSections.empty()) { in sortISDBySectionOrder()1452 for (std::pair<InputSection *, int> p : orderedSections) in sortISDBySectionOrder()