Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp1274 const uint64_t GuardPageSize = 1024 * 1024; in emitPrologue() local
1275 if (StackSize > GuardPageSize) { in emitPrologue()