Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2206 auto SectionIndexLess = [](const SecPtr &Lhs, const SecPtr &Rhs) { in replaceSections() local
2209 assert(llvm::is_sorted(Sections, SectionIndexLess) && in replaceSections()
2224 llvm::sort(Sections, SectionIndexLess); in replaceSections()