Searched refs:MaxStackSize (Results 1 – 9 of 9) sorted by relevance
33 if (StackSizeIsUnlimited() || StackLimit > MaxStackSize) { in verifyAddressSpace()36 SetStackSizeLimitInBytes(MaxStackSize); in verifyAddressSpace()
159 static const uptr MaxStackSize = (1ULL << 40) - 4096; variable
64 unsigned MaxStackSize; member70 MaxStackSize(cc == CallingConv::AMDGPU_VS ? 1 : 0) {} in CFStack()165 MaxStackSize = std::max(CurrentStackSize, MaxStackSize); in updateMaxStackSize()699 MFI->CFStackSize = CFStack.MaxStackSize; in runOnMachineFunction()
51 uint32_t MaxStackSize; member
313 IO.mapOptional("MaxStackSize", Obj.MaxStackSize); in mapping()520 F.MaxStackSize = YF.MaxStackSize; in toCodeViewSubsection()718 YF.MaxStackSize = F.MaxStackSize; in fromCodeViewSubsection()
361 unsigned MaxStackSize = 0; in emitFrameDataRecord() local378 OS.EmitIntValue(MaxStackSize, 4); in emitFrameDataRecord()
557 support::ulittle32_t MaxStackSize; member
1073 uint32_t(FD.MaxStackSize), uint16_t(FD.PrologSize), in dumpNewFpo()
1067 W.printHex("MaxStackSize", FD.MaxStackSize); in printCodeViewSymbolSection()