Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp766 static bool compareSections(const SectionCommand *aCmd, in compareSections() function
1259 std::stable_sort(script->sectionCommands.begin(), mid, compareSections); in sortSections()
1322 std::stable_sort(nonScriptI, e, compareSections); in sortOrphanSections()