Searched defs:sortSections (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/lld/ELF/ | ||
H A D | LinkerScript.cpp | 440 static void sortSections(MutableArrayRef<InputSectionBase *> vec, sortSections() function |
H A D | Writer.cpp | 1508 template <class ELFT> void Writer<ELFT>::sortSections() { sortSections() function in Writer |
/freebsd-src/contrib/llvm-project/lld/COFF/ | ||
H A D | Writer.cpp | 949 void Writer::sortSections() { in sortSections() function in Writer |