Searched refs:ArgumentStackSize (Results 1 – 2 of 2) sorted by relevance
80 unsigned ArgumentStackSize; variable106 ArgumentStackSize(0), in X86MachineFunctionInfo()124 ArgumentStackSize(0), in X86MachineFunctionInfo()171 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()172 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()
124 unsigned ArgumentStackSize; variable191 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()192 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()