Home
last modified time | relevance | path

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

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