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
   85     gpr_x21, gpr_x22, gpr_x23, gpr_x24, gpr_x25, gpr_x26, gpr_x27,
  334   case gpr_x21:
  576   case gpr_x21:
  755       return gpr_x21;
  895       return gpr_x21;
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h
  321 static uint32_t g_contained_x21[] = {gpr_x21, LLDB_INVALID_REGNUM};
  351 static uint32_t g_w21_invalidates[] = {gpr_x21, LLDB_INVALID_REGNUM};
  563     DEFINE_GPR64(x21, LLDB_INVALID_REGNUM),
  602     DEFINE_GPR32(w21, x21),