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