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
   86     gpr_x28, gpr_fp,  gpr_lr,  gpr_sp,  gpr_pc,  gpr_cpsr};
  347   case gpr_sp:
  585   case gpr_sp:
  700       return gpr_sp;
  774       return gpr_sp;
  913       return gpr_sp;
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h
  574     DEFINE_GPR64_ALT(sp, x31, LLDB_REGNUM_GENERIC_SP),