Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h269 void adjustSectionsBeforeSorting();
H A DLinkerScript.cpp849 void LinkerScript::adjustSectionsBeforeSorting() { in adjustSectionsBeforeSorting() function in LinkerScript
H A DWriter.cpp1278 Script->adjustSectionsBeforeSorting(); in sortSections()