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

Declarations

tools/lldb/include/lldb/Symbol/UnwindPlan.h
  445   bool PlanValidAtAddress(Address addr);

References

tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
   88   if (unwind_plan_sp->PlanValidAtAddress(m_current_pc)) {
  101   if (unwind_plan_sp->PlanValidAtAddress(pc_minus_one)) {
  207       m_full_unwind_plan_sp->PlanValidAtAddress(m_current_pc)) {
  533       m_fast_unwind_plan_sp->PlanValidAtAddress(m_current_pc)) {
  660     if (unwind_plan_sp->PlanValidAtAddress(m_current_pc)) {
  813     if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress(m_current_pc) &&
  838     if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress(m_current_pc)) {
  851     if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress(m_current_pc)) {