Home
last modified time | relevance | path

Searched defs:sortInputSections (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp481 static void sortInputSections(MutableArrayRef<InputSectionBase *> vec, sortInputSections() function
H A DWriter.cpp1499 template <class ELFT> void Writer<ELFT>::sortInputSections() { sortInputSections() function in Writer