Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h42 unsigned ArgumentStackToRestore; variable
77 : BytesInStackArgArea(0), ArgumentStackToRestore(0), HasStackFrame(false), in AArch64FunctionInfo()
82 : BytesInStackArgArea(0), ArgumentStackToRestore(0), HasStackFrame(false), in AArch64FunctionInfo()
91 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()
93 ArgumentStackToRestore = bytes; in setArgumentStackToRestore()