Home
last modified time | relevance | path

Searched refs:sortSections (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp380 static void sortSections(MutableArrayRef<InputSectionBase *> vec, in sortSections() function
426 sortSections(vec, config->sortSection); in sortInputSections()
428 sortSections(vec, inner); in sortInputSections()
429 sortSections(vec, outer); in sortInputSections()
H A DWriter.cpp59 void sortSections();
1528 template <class ELFT> void Writer<ELFT>::sortSections() { in sortSections() function in Writer
2093 sortSections(); in finalizeSections()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DWriter.cpp238 void sortSections();
817 void Writer::sortSections() { in sortSections() function in Writer
897 sortSections(); in createSections()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h1057 void sortSections();
H A DObject.cpp2203 void Object::sortSections() { in sortSections() function in Object
2463 Obj.sortSections(); in finalize()