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