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

Declarations

tools/lldb/include/lldb/Symbol/FuncUnwinders.h
   79   lldb::UnwindPlanSP GetObjectFileUnwindPlan(Target &target);

References

tools/lldb/source/Commands/CommandObjectTarget.cpp
 3446           func_unwinders_sp->GetObjectFileUnwindPlan(*target);
tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  812           func_unwinders_sp->GetObjectFileUnwindPlan(process->GetTarget());
  837           func_unwinders_sp->GetObjectFileUnwindPlan(process->GetTarget());
tools/lldb/source/Symbol/FuncUnwinders.cpp
   62   if (UnwindPlanSP plan_sp = GetObjectFileUnwindPlan(target))
  221   UnwindPlanSP object_file_unwind_plan = GetObjectFileUnwindPlan(target);
  387     eh_frame_sp = GetObjectFileUnwindPlan(target);
  536     unwind_plan_sp = GetObjectFileUnwindPlan(target);
  552     unwind_plan_sp = GetObjectFileUnwindPlan(target);