Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/MachO/
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()