Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h79 unsigned ArgumentStackSize = 0; variable
157 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
158 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h114 unsigned ArgumentStackSize = 0; variable
181 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
182 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()