Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.h268 bool splitStack = false; variable
H A DInputSection.cpp951 if ((flags & SHF_EXECINSTR) && LLVM_UNLIKELY(getFile<ELFT>()->splitStack)) in relocate()
1175 if (!isec || !isec->getFile<ELFT>() || isec->getFile<ELFT>()->splitStack) in adjustSplitStackFunctionPrologues()
H A DInputFiles.cpp971 this->splitStack = true; in createInputSection()