Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1379 SmallVector<std::pair<InputSection *, int>, 0> orderedSections; in sortISDBySectionOrder() local
1392 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()