HomeSort by relevance Sort by last modified time
    Searched refs:ArgumentStackSize (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/X86/
X86MachineFunctionInfo.h 78 /// ArgumentStackSize - The number of bytes on stack consumed by the arguments
80 unsigned ArgumentStackSize;
106 ArgumentStackSize(0),
124 ArgumentStackSize(0),
171 unsigned getArgumentStackSize() const { return ArgumentStackSize; }
172 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; }
  /external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h 122 /// ArgumentStackSize - amount of bytes on stack consumed by the arguments
124 unsigned ArgumentStackSize;
191 unsigned getArgumentStackSize() const { return ArgumentStackSize; }
192 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; }

Completed in 746 milliseconds