Home
last modified time | relevance | path

Searched defs:sortInputSections (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.cpp474 static void sortInputSections(MutableArrayRef<InputSectionBase *> vec, in sortInputSections() function
H A DWriter.cpp1443 template <class ELFT> void Writer<ELFT>::sortInputSections() { in sortInputSections() function in Writer