Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputFiles.h281 bool splitStack = false; variable
H A DInputSection.cpp1047 if ((flags & SHF_EXECINSTR) && LLVM_UNLIKELY(getFile<ELFT>()->splitStack)) in relocate()
1142 if (!isec || !isec->getFile<ELFT>() || isec->getFile<ELFT>()->splitStack) in adjustSplitStackFunctionPrologues()
H A DInputFiles.cpp1033 this->splitStack = true; in createInputSection()