Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DOutputSegment.cpp65 template <typename T, typename F> static auto compareByOrder(F ord) { in compareByOrder() function
146 llvm::stable_sort(sections, compareByOrder<OutputSection *>(sectionOrder)); in sortOutputSections()
158 compareByOrder<OutputSegment *>(segmentOrder)); in sortOutputSegments()