reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
   82     gpr_x0,  gpr_x1,  gpr_x2,  gpr_x3,  gpr_x4,  gpr_x5,  gpr_x6,
  313   case gpr_x0:
  342     value.SetUInt64(gpr.x[reg - gpr_x0]);
  555   case gpr_x0:
  589     gpr.x[reg - gpr_x0] = value.GetAsUInt64();
  713       return gpr_x0;
  853       return gpr_x0;
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h
  300 static uint32_t g_contained_x0[] = {gpr_x0, LLDB_INVALID_REGNUM};
  330 static uint32_t g_w0_invalidates[] = {gpr_x0, LLDB_INVALID_REGNUM};
  542     DEFINE_GPR64(x0, LLDB_REGNUM_GENERIC_ARG1),
  581     DEFINE_GPR32(w0, x0),