Home
last modified time | relevance | path

Searched refs:orderedSections (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1398 std::vector<std::pair<InputSection *, int>> orderedSections; in sortISDBySectionOrder() local
1408 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()