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

Declarations

tools/lldb/include/lldb/Symbol/UnwindPlan.h
  505   const RegisterInfo *GetRegisterInfo(Thread *thread, uint32_t reg_num) const;

References

tools/lldb/source/Symbol/UnwindPlan.cpp
  138       other_reg_info = unwind_plan->GetRegisterInfo(thread, m_location.reg_num);
  161   const RegisterInfo *reg_info = unwind_plan->GetRegisterInfo(thread, reg_num);