Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp259 void sortBySectionOrder(std::vector<Chunk *> &chunks);
803 void Writer::sortBySectionOrder(std::vector<Chunk *> &chunks) { in sortBySectionOrder() function in Writer
960 sortBySectionOrder(it.second->chunks); in sortSections()