Searched refs:RedZoneSize (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.h29 static const size_t RedZoneSize = 128; member in class:llvm::final
H A DWebAssemblyFrameLowering.cpp120 bool CanUseRedZone = MFI.getStackSize() <= RedZoneSize && !MFI.hasCalls() &&
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h161 BytesAllocated(Old.BytesAllocated), RedZoneSize(Old.RedZoneSize),
181 RedZoneSize = RHS.RedZoneSize;
225 SizeToAllocate += RedZoneSize;
357 RedZoneSize = NewSize;
387 size_t RedZoneSize = 1; member in class:llvm::BumpPtrAllocatorImpl

Completed in 92 milliseconds