Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h124 unsigned ArgumentStackSize = 0; variable
222 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
223 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86MachineFunctionInfo.h86 unsigned ArgumentStackSize = 0; variable
197 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
198 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()