Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp2307 auto sectionChunkOrder = [](const Chunk *a, const Chunk *b) { in sortCRTSectionChunks() local
2317 llvm::stable_sort(chunks, sectionChunkOrder); in sortCRTSectionChunks()