HomeSort by relevance Sort by last modified time
    Searched refs:ArgumentStackToRestore (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 42 unsigned ArgumentStackToRestore;
92 : BytesInStackArgArea(0), ArgumentStackToRestore(0), HasStackFrame(false),
99 : BytesInStackArgArea(0), ArgumentStackToRestore(0), HasStackFrame(false),
110 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; }
112 ArgumentStackToRestore = bytes;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 46 unsigned ArgumentStackToRestore = 0;
115 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; }
117 ArgumentStackToRestore = bytes;

Completed in 110 milliseconds