Home
last modified time | relevance | path

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

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