Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp402 unsigned StackSizeInBytes) { in windowsRequiresStackProbe() argument
414 return (StackSizeInBytes >= StackProbeSize) && in windowsRequiresStackProbe()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp215 size_t StackSizeInBytes) { in WindowsRequiresStackProbe() argument
223 return (StackSizeInBytes >= StackProbeSize) && in WindowsRequiresStackProbe()