Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDLinkerScript.cpp364 auto nameComparator = [](InputSectionBase *a, InputSectionBase *b) { in sortSections() local
378 return llvm::stable_sort(vec, nameComparator); in sortSections()