Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DLinkerScript.cpp475 static void sortInputSections(MutableArrayRef<InputSectionBase *> vec, in sortInputSections() function
499 sortInputSections( in computeInputSections()
552 sortInputSections( in computeInputSections()
H A DWriter.cpp62 void sortInputSections();
1435 template <class ELFT> void Writer<ELFT>::sortInputSections() { in sortInputSections() function in Writer
1454 sortInputSections(); in sortSections()