Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp467 static void sortSections(MutableArrayRef<InputSectionBase *> vec, in sortSections() function
515 sortSections(vec, ctx.arg.sortSection); in sortInputSections()
517 sortSections(vec, inner); in sortInputSections()
518 sortSections(vec, outer); in sortInputSections()
H A DWriter.cpp59 void sortSections();
1285 template <class ELFT> void Writer<ELFT>::sortSections() { in sortSections() function in Writer
1997 sortSections(); in finalizeSections()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp258 void sortSections();
1030 void Writer::sortSections() { in sortSections() function in Writer
1127 sortSections(); in createSections()