Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp1260 const uint64_t GuardPageSize = 1024 * 1024; in emitPrologue() local
1261 if (StackSize > GuardPageSize) { in emitPrologue()