Home
last modified time | relevance | path

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

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