Home
last modified time | relevance | path

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

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