Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kMachineFunction.h68 unsigned ArgumentStackSize = 0; variable
101 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
102 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h119 unsigned ArgumentStackSize = 0; variable
195 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
196 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h83 unsigned ArgumentStackSize = 0; variable
179 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
180 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()