Searched refs:ArgumentStackSize (Results 1 – 6 of 6) sorted by relevance
66 unsigned ArgumentStackSize; variable80 ArgumentStackSize(0) {} in X86MachineFunctionInfo()94 ArgumentStackSize(0) {} in X86MachineFunctionInfo()129 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()130 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()
79 unsigned ArgumentStackSize = 0; variable157 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()158 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()
114 unsigned ArgumentStackSize; variable184 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()185 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()
24 ArgumentStackSize(0), IsSplitCSR(false) {} in ARMFunctionInfo()
114 unsigned ArgumentStackSize = 0; variable181 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()182 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()