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
   83     gpr_x7,  gpr_x8,  gpr_x9,  gpr_x10, gpr_x11, gpr_x12, gpr_x13,
  320   case gpr_x7:
  562   case gpr_x7:
  727       return gpr_x7;
  867       return gpr_x7;
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h
  307 static uint32_t g_contained_x7[] = {gpr_x7, LLDB_INVALID_REGNUM};
  337 static uint32_t g_w7_invalidates[] = {gpr_x7, LLDB_INVALID_REGNUM};
  549     DEFINE_GPR64(x7, LLDB_REGNUM_GENERIC_ARG8),
  588     DEFINE_GPR32(w7, x7),