Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp440 static void sortSections(MutableArrayRef<InputSectionBase *> vec, in sortSections() function
488 sortSections(vec, config->sortSection); in sortInputSections()
490 sortSections(vec, inner); in sortInputSections()
491 sortSections(vec, outer); in sortInputSections()
H A DWriter.cpp57 void sortSections();
1508 template <class ELFT> void Writer<ELFT>::sortSections() { in sortSections() function in Writer
2099 sortSections(); in finalizeSections()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DWriter.cpp254 void sortSections();
949 void Writer::sortSections() { in sortSections() function in Writer
1031 sortSections(); in createSections()