Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DWriter.cpp240 void sortCRTSectionChunks(std::vector<Chunk *> &chunks);
919 sortCRTSectionChunks(pSec->chunks); in createSections()
1962 void Writer::sortCRTSectionChunks(std::vector<Chunk *> &chunks) { in sortCRTSectionChunks() function in Writer