Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h341 void adjustSectionsAfterSorting();
H A DLinkerScript.cpp1289 void LinkerScript::adjustSectionsAfterSorting() { in adjustSectionsAfterSorting() function in LinkerScript
H A DWriter.cpp1270 script->adjustSectionsAfterSorting(); in sortSections()