Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1117 SmallVector<std::pair<InputSection *, int>, 0> orderedSections; in sortISDBySectionOrder() local
1130 orderedSections.push_back({isec, i->second}); in sortISDBySectionOrder()
1132 llvm::sort(orderedSections, llvm::less_second()); in sortISDBySectionOrder()
1167 if (executableOutputSection && !orderedSections.empty() && in sortISDBySectionOrder()
1181 for (std::pair<InputSection *, int> p : orderedSections) in sortISDBySectionOrder()