Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2186 auto SectionIndexLess = [](const SecPtr &Lhs, const SecPtr &Rhs) { in replaceSections() local
2189 assert(llvm::is_sorted(Sections, SectionIndexLess) && in replaceSections()
2204 llvm::sort(Sections, SectionIndexLess); in replaceSections()