Home
last modified time | relevance | path

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

/llvm-project/lld/ELF/
H A DLinkerScript.cpp434 static void sortSections(MutableArrayRef<InputSectionBase *> vec, sortSections() function
H A DWriter.cpp1223 template <class ELFT> void Writer<ELFT>::sortSections() { sortSections() function in Writer
/llvm-project/lld/COFF/
H A DWriter.cpp949 void Writer::sortSections() { sortSections() function in Writer