Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.cpp435 static void sortSections(MutableArrayRef<InputSectionBase *> vec, in sortSections() function
481 sortSections(vec, config->sortSection); in sortInputSections()
483 sortSections(vec, inner); in sortInputSections()
484 sortSections(vec, outer); in sortInputSections()
H A DWriter.cpp58 void sortSections();
1452 template <class ELFT> void Writer<ELFT>::sortSections() { in sortSections() function in Writer
2025 sortSections(); in finalizeSections()
/llvm-project-15.0.7/lld/COFF/
H A DWriter.cpp232 void sortSections();
810 void Writer::sortSections() { in sortSections() function in Writer
891 sortSections(); in createSections()