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