Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.cpp346 static void sortSections(MutableArrayRef<InputSection *> Vec, in sortSections() function
369 sortSections(Vec, Config->SortSection); in sortInputSections()
371 sortSections(Vec, Pat.SortInner); in sortInputSections()
372 sortSections(Vec, Pat.SortOuter); in sortInputSections()
H A DWriter.cpp54 void sortSections();
1277 template <class ELFT> void Writer<ELFT>::sortSections() { in sortSections() function in Writer
1722 sortSections(); in finalizeSections()
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1360 void Object::sortSections() { in sortSections() function in llvm::objcopy::elf::Object
1510 Obj.sortSections(); in finalize()
H A DObject.h799 void sortSections();