Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/X86/
HDX86MachineFunctionInfo.h80 unsigned ArgumentStackSize = 0; variable
148 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
149 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMMachineFunctionInfo.h120 unsigned ArgumentStackSize; variable
186 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
187 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()