Searched refs:MaxStackSize (Results 1 – 5 of 5) sorted by relevance
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