Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DWriter.cpp1323 SmallVector<std::pair<InputSection *, int>, 0> orderedSections; in sortISDBySectionOrder() local
1336 orderedSections.push_back({isec, i->second}); in sortISDBySectionOrder()
1338 llvm::sort(orderedSections, llvm::less_second()); in sortISDBySectionOrder()
1373 if (executableOutputSection && !orderedSections.empty() && in sortISDBySectionOrder()
1387 for (std::pair<InputSection *, int> p : orderedSections) in sortISDBySectionOrder()