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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h80 /// ArgumentStackSize - The number of bytes on stack consumed by the arguments
82 unsigned ArgumentStackSize = 0; member in class:llvm::X86MachineFunctionInfo
164 unsigned getArgumentStackSize() const { return ArgumentStackSize; }
165 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h116 /// ArgumentStackSize - amount of bytes on stack consumed by the arguments
118 unsigned ArgumentStackSize = 0; member in class:llvm::ARMFunctionInfo
192 unsigned getArgumentStackSize() const { return ArgumentStackSize; }
193 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; }

Completed in 102 milliseconds