Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h122 unsigned ArgumentStackSize = 0; variable
217 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
218 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h116 unsigned ArgumentStackSize = 0;
243 unsigned getArgumentStackSize() const { return ArgumentStackSize; }
244 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; }