Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DWriter.cpp995 static bool compareSections(const SectionCommand *aCmd, in compareSections() function
1473 compareSections); in sortSections()
1532 std::stable_sort(nonScriptI, e, compareSections); in sortSections()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3563 auto compareSections = [&](const BinarySection *A, const BinarySection *B) { in getCodeSections() local
3578 llvm::stable_sort(CodeSections, compareSections); in getCodeSections()