Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputFiles.h243 bool splitStack = false; variable
H A DInputSection.cpp1183 if (!getFile<ELFT>()->splitStack) in adjustSplitStackFunctionPrologues()
1214 if (!isec || !isec->getFile<ELFT>() || isec->getFile<ELFT>()->splitStack) in adjustSplitStackFunctionPrologues()
H A DInputFiles.cpp1035 this->splitStack = true; in createInputSection()