Home
last modified time | relevance | path

Searched refs:adjustSectionsAfterSorting (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h270 void adjustSectionsAfterSorting();
H A DLinkerScript.cpp909 void LinkerScript::adjustSectionsAfterSorting() { in adjustSectionsAfterSorting() function in LinkerScript
H A DWriter.cpp1386 Script->adjustSectionsAfterSorting(); in sortSections()