Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp444 auto nameComparator = [](InputSectionBase *a, InputSectionBase *b) { in sortSections() local
458 return llvm::stable_sort(vec, nameComparator); in sortSections()