Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h96 unsigned VarArgsGPRSize = 0; variable
371 unsigned getVarArgsGPRSize() const { return VarArgsGPRSize; } in getVarArgsGPRSize()
372 void setVarArgsGPRSize(unsigned Size) { VarArgsGPRSize = Size; } in setVarArgsGPRSize()