Searched refs:ArgumentStackSize (Results 1 – 3 of 3) sorted by relevance
66 unsigned ArgumentStackSize = 0; variable105 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()106 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()
120 /// ArgumentStackSize - amount of bytes on stack consumed by the arguments122 unsigned ArgumentStackSize = 0;217 unsigned getArgumentStackSize() const { return ArgumentStackSize; }218 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in initPICLabelUId() 117 unsigned ArgumentStackSize = 0; global() variable
116 unsigned ArgumentStackSize = 0;243 unsigned getArgumentStackSize() const { return ArgumentStackSize; }244 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; }