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 = 0; variable
148 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
149 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()
/external/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h115 unsigned ArgumentStackSize; variable
181 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
182 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()