Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h94 unsigned VarArgsGPRSize = 0; variable
335 unsigned getVarArgsGPRSize() const { return VarArgsGPRSize; } in getVarArgsGPRSize()
336 void setVarArgsGPRSize(unsigned Size) { VarArgsGPRSize = Size; } in setVarArgsGPRSize()