Searched refs:MaxStackSize (Results 1 – 10 of 10) sorted by relevance
33 if (StackSizeIsUnlimited() || StackLimit > MaxStackSize) { in verifyAddressSpace()36 SetStackSizeLimitInBytes(MaxStackSize); in verifyAddressSpace()
112 static const uptr MaxStackSize = (1ULL << 40) - 4096; variable
38 ulittle32_t MaxStackSize; member
858 W.printHex("MaxStackSize", FD->MaxStackSize); in printCodeViewSymbolSection()
45 unsigned MaxStackSize; member51 MaxStackSize(cc == CallingConv::AMDGPU_VS ? 1 : 0), in CFStack()147 MaxStackSize = std::max(CurrentStackSize, MaxStackSize); in updateMaxStackSize()683 MFI->StackSize = CFStack.MaxStackSize; in runOnMachineFunction()
63 unsigned MaxStackSize; member69 MaxStackSize(cc == CallingConv::AMDGPU_VS ? 1 : 0) {} in CFStack()164 MaxStackSize = std::max(CurrentStackSize, MaxStackSize); in updateMaxStackSize()698 MFI->CFStackSize = CFStack.MaxStackSize; in runOnMachineFunction()
50 uint32_t MaxStackSize; member
312 IO.mapOptional("MaxStackSize", Obj.MaxStackSize); in mapping()519 F.MaxStackSize = YF.MaxStackSize; in toCodeViewSubsection()717 YF.MaxStackSize = F.MaxStackSize; in fromCodeViewSubsection()
360 unsigned MaxStackSize = 0; in emitFrameDataRecord() local377 OS.EmitIntValue(MaxStackSize, 4); in emitFrameDataRecord()
574 support::ulittle32_t MaxStackSize; member