Searched refs:compareSections (Results 1 – 2 of 2) sorted by relevance
995 static bool compareSections(const SectionCommand *aCmd, in compareSections() function1473 compareSections); in sortSections()1532 std::stable_sort(nonScriptI, e, compareSections); in sortSections()
3563 auto compareSections = [&](const BinarySection *A, const BinarySection *B) { in getCodeSections() local3578 llvm::stable_sort(CodeSections, compareSections); in getCodeSections()