Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DWriter.cpp1963 auto sectionChunkOrder = [](const Chunk *a, const Chunk *b) { in sortCRTSectionChunks() local
1973 llvm::stable_sort(chunks, sectionChunkOrder); in sortCRTSectionChunks()