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,
  318   case gpr_x5:
  560   case gpr_x5:
  723       return gpr_x5;
  863       return gpr_x5;
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h
  305 static uint32_t g_contained_x5[] = {gpr_x5, LLDB_INVALID_REGNUM};
  335 static uint32_t g_w5_invalidates[] = {gpr_x5, LLDB_INVALID_REGNUM};
  547     DEFINE_GPR64(x5, LLDB_REGNUM_GENERIC_ARG6),
  586     DEFINE_GPR32(w5, x5),