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,
  327   case gpr_x14:
  569   case gpr_x14:
  741       return gpr_x14;
  881       return gpr_x14;
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h
  314 static uint32_t g_contained_x14[] = {gpr_x14, LLDB_INVALID_REGNUM};
  344 static uint32_t g_w14_invalidates[] = {gpr_x14, LLDB_INVALID_REGNUM};
  556     DEFINE_GPR64(x14, LLDB_INVALID_REGNUM),
  595     DEFINE_GPR32(w14, x14),