Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h307 void adjustSectionsBeforeSorting();
H A DLinkerScript.cpp1060 void LinkerScript::adjustSectionsBeforeSorting() { in adjustSectionsBeforeSorting() function in LinkerScript
H A DWriter.cpp1530 script->adjustSectionsBeforeSorting(); in sortSections()