Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp257 void sortCRTSectionChunks(std::vector<Chunk *> &chunks);
1054 sortCRTSectionChunks(pSec->chunks); in createSections()
2306 void Writer::sortCRTSectionChunks(std::vector<Chunk *> &chunks) { in sortCRTSectionChunks() function in Writer