Home
last modified time | relevance | path

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

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