Home
last modified time | relevance | path

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

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