Home
last modified time | relevance | path

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

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