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
   84     gpr_x14, gpr_x15, gpr_x16, gpr_x17, gpr_x18, gpr_x19, gpr_x20,
  333   case gpr_x20:
  575   case gpr_x20:
  753       return gpr_x20;
  893       return gpr_x20;
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h
  320 static uint32_t g_contained_x20[] = {gpr_x20, LLDB_INVALID_REGNUM};
  350 static uint32_t g_w20_invalidates[] = {gpr_x20, LLDB_INVALID_REGNUM};
  562     DEFINE_GPR64(x20, LLDB_INVALID_REGNUM),
  601     DEFINE_GPR32(w20, x20),