Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.cpp363 static void sortInputSections(MutableArrayRef<InputSection *> Vec, in sortInputSections() function
410 sortInputSections(MutableArrayRef<InputSection *>(Ret).slice(SizeBefore), in computeInputSections()
H A DWriter.cpp57 void sortInputSections();
1269 template <class ELFT> void Writer<ELFT>::sortInputSections() { in sortInputSections() function in Writer
1285 sortInputSections(); in sortSections()