Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kMachineFunction.h66 unsigned ArgumentStackSize = 0; variable
105 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
106 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A 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/
H A DX86MachineFunctionInfo.h86 unsigned ArgumentStackSize = 0; variable
197 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
198 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()