Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDLinkerScript.h274 void adjustSectionsAfterSorting();
HDLinkerScript.cpp969 void LinkerScript::adjustSectionsAfterSorting() { in adjustSectionsAfterSorting() function in lld::elf::LinkerScript
HDWriter.cpp1498 script->adjustSectionsAfterSorting(); in sortSections()