Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DLinkerScript.h319 void adjustSectionsAfterSorting();
H A DLinkerScript.cpp1206 void LinkerScript::adjustSectionsAfterSorting() { in adjustSectionsAfterSorting() function in LinkerScript
H A DWriter.cpp1551 script->adjustSectionsAfterSorting(); in sortSections()