Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp380 static void sortSections(MutableArrayRef<InputSectionBase *> vec, in sortSections() function
H A DWriter.cpp1528 template <class ELFT> void Writer<ELFT>::sortSections() { in sortSections() function in Writer
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DWriter.cpp817 void Writer::sortSections() { in sortSections() function in Writer
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp2203 void Object::sortSections() { in sortSections() function in Object