Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h348 bool spillSections();
H A DLinkerScript.cpp1439 bool LinkerScript::spillSections() { in spillSections() function in LinkerScript
H A DWriter.cpp1448 bool spilled = script->spillSections(); in finalizeAddressDependentContent()