Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DInputFiles.h275 bool splitStack = false; variable
H A DInputSection.cpp964 if ((flags & SHF_EXECINSTR) && LLVM_UNLIKELY(getFile<ELFT>()->splitStack)) in relocate()
1061 if (!isec || !isec->getFile<ELFT>() || isec->getFile<ELFT>()->splitStack) in adjustSplitStackFunctionPrologues()
H A DInputFiles.cpp1001 this->splitStack = true; in createInputSection()