Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h120 /// ArgumentStackSize - amount of bytes on stack consumed by the arguments
122 unsigned ArgumentStackSize = 0;
217 unsigned getArgumentStackSize() const { return ArgumentStackSize; }
218 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in initPICLabelUId()
117 unsigned ArgumentStackSize = 0; global() variable
/freebsd/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; }