Searched defs:ArgumentStackSize (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86MachineFunctionInfo.h64 /// ArgumentStackSize - The number of bytes on stack consumed by the arguments
66 unsigned ArgumentStackSize; member in class:llvm::X86MachineFunctionInfo
80 ArgumentStackSize(0) {}
94 ArgumentStackSize(0) {}
129 unsigned getArgumentStackSize() const { return ArgumentStackSize; }
130 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; }
/external/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h77 /// ArgumentStackSize - The number of bytes on stack consumed by the arguments
79 unsigned ArgumentStackSize = 0; member in class:llvm::X86MachineFunctionInfo
157 unsigned getArgumentStackSize() const { return ArgumentStackSize; }
158 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; }
/external/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h112 /// ArgumentStackSize - amount of bytes on stack consumed by the arguments
114 unsigned ArgumentStackSize; member in class:llvm::ARMFunctionInfo
184 unsigned getArgumentStackSize() const { return ArgumentStackSize; }
185 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; }

Completed in 232 milliseconds