Home
last modified time | relevance | path

Searched defs: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
H A DWriter.cpp1452 template <class ELFT> void Writer<ELFT>::sortSections() { in sortSections() function in Writer
/llvm-project-15.0.7/lld/COFF/
H A DWriter.cpp810 void Writer::sortSections() { in sortSections() function in Writer