Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp1259 const uint64_t GuardPageSize = 1024 * 1024; in emitPrologue() local
1260 if (StackSize > GuardPageSize) { in emitPrologue()