mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-02 10:32:56 +00:00
support for >4G frames
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36424 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
618078016d
commit
e47b1446d8
@ -215,11 +215,11 @@ public:
|
||||
/// all of the fixed size frame objects. This is only valid after
|
||||
/// Prolog/Epilog code insertion has finalized the stack frame layout.
|
||||
///
|
||||
unsigned getStackSize() const { return StackSize; }
|
||||
uint64_t getStackSize() const { return StackSize; }
|
||||
|
||||
/// setStackSize - Set the size of the stack...
|
||||
///
|
||||
void setStackSize(unsigned Size) { StackSize = Size; }
|
||||
void setStackSize(uint64_t Size) { StackSize = Size; }
|
||||
|
||||
/// getOffsetAdjustment - Return the correction for frame offsets.
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user