Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DWriter.cpp234 void sortCRTSectionChunks(std::vector<Chunk *> &chunks);
914 sortCRTSectionChunks(pSec->chunks); in createSections()
1986 void Writer::sortCRTSectionChunks(std::vector<Chunk *> &chunks) { in sortCRTSectionChunks() function in Writer