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,
  332   case gpr_x19:
  574   case gpr_x19:
  751       return gpr_x19;
  891       return gpr_x19;
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h
  319 static uint32_t g_contained_x19[] = {gpr_x19, LLDB_INVALID_REGNUM};
  349 static uint32_t g_w19_invalidates[] = {gpr_x19, LLDB_INVALID_REGNUM};
  561     DEFINE_GPR64(x19, LLDB_INVALID_REGNUM),
  600     DEFINE_GPR32(w19, x19),