Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h337 void addOrphanSections();
H A DLinkerScript.cpp877 void LinkerScript::addOrphanSections() { in addOrphanSections() function in LinkerScript
H A DDriver.cpp3157 script->addOrphanSections(); in link()