Searched refs:ArgumentStackSize (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h66 /// ArgumentStackSize - The number of bytes on stack consumed by the arguments
68 unsigned ArgumentStackSize; member in class:llvm::X86MachineFunctionInfo
84 ArgumentStackSize(0),
99 ArgumentStackSize(0),
135 unsigned getArgumentStackSize() const { return ArgumentStackSize; }
136 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; }
/external/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h117 /// ArgumentStackSize - amount of bytes on stack consumed by the arguments
119 unsigned ArgumentStackSize; member in class:llvm::ARMFunctionInfo
180 unsigned getArgumentStackSize() const { return ArgumentStackSize; }
181 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; }

Completed in 1857 milliseconds