Home
last modified time | relevance | path

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

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