Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DLinkerScript.cpp436 static void sortSections(MutableArrayRef<InputSectionBase *> vec, in sortSections() function
H A DWriter.cpp1444 template <class ELFT> void Writer<ELFT>::sortSections() { in sortSections() function in Writer
/openbsd-src/gnu/llvm/lld/COFF/
H A DWriter.cpp866 void Writer::sortSections() { in sortSections() function in Writer