Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86MachineFunctionInfo.h80 unsigned ArgumentStackSize; variable
106 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()
/external/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h124 unsigned ArgumentStackSize; variable
191 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
192 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()