Searched refs:SectionIndexLess (Results 1 – 1 of 1) sorted by relevance
2164 auto SectionIndexLess = [](const SecPtr &Lhs, const SecPtr &Rhs) { in replaceSections() local2167 assert(llvm::is_sorted(Sections, SectionIndexLess) && in replaceSections()2182 llvm::sort(Sections, SectionIndexLess); in replaceSections()