Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DWriter.cpp196 void sortCRTSectionChunks(std::vector<Chunk *> &Chunks);
773 sortCRTSectionChunks(Pair.second); in createSections()
1701 void Writer::sortCRTSectionChunks(std::vector<Chunk *> &Chunks) { in sortCRTSectionChunks() function in Writer