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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h117 /// ArgumentStackSize - amount of bytes on stack consumed by the arguments
119 unsigned ArgumentStackSize = 0; member in class:llvm::ARMFunctionInfo
195 unsigned getArgumentStackSize() const { return ArgumentStackSize; }
196 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h81 /// ArgumentStackSize - The number of bytes on stack consumed by the arguments
83 unsigned ArgumentStackSize = 0; member in class:llvm::X86MachineFunctionInfo
172 unsigned getArgumentStackSize() const { return ArgumentStackSize; }
173 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; }

Completed in 102 milliseconds