Searched refs:LayoutStackFrame (Results 1 – 7 of 7) sorted by relevance
88 f.LayoutStackFrame(); in PhaseRun()
102 void LayoutStackFrame(int32 &structCopySize, int32 &maxParmStackSize) override;
153 void LayoutStackFrame(int32 &structCopySize, int32 &maxParmStackSize) override;
184 virtual void LayoutStackFrame(int32 &structCopySize, int32 &maxParmStackSize) = 0;
182 void LayoutStackFrame() in LayoutStackFrame() function185 memLayout->LayoutStackFrame(structCopySize, maxParamStackSize); in LayoutStackFrame()
258 void X64MemLayout::LayoutStackFrame(int32 &structCopySize, int32 &maxParmStackSize) in LayoutStackFrame() function in maplebe::X64MemLayout
549 void AArch64MemLayout::LayoutStackFrame(int32 &structCopySize, int32 &maxParmStackSize) in LayoutStackFrame() function in maplebe::AArch64MemLayout