reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Symbol/UnwindPlan.cpp
  138       other_reg_info = unwind_plan->GetRegisterInfo(thread, m_location.reg_num);
  139     if (other_reg_info)
  140       s.Printf("=%s", other_reg_info->name);