Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DWriter.cpp1702 auto SectionChunkOrder = [](const Chunk *A, const Chunk *B) { in sortCRTSectionChunks() local
1712 std::stable_sort(Chunks.begin(), Chunks.end(), SectionChunkOrder); in sortCRTSectionChunks()