Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2164 auto SectionIndexLess = [](const SecPtr &Lhs, const SecPtr &Rhs) { in replaceSections() local
2167 assert(llvm::is_sorted(Sections, SectionIndexLess) && in replaceSections()
2182 llvm::sort(Sections, SectionIndexLess); in replaceSections()