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

References

tools/lldb/include/lldb/Symbol/FuncUnwinders.h
   57     return m_range.ContainsFileAddress(addr);
tools/lldb/source/Symbol/FuncUnwinders.cpp
   87   if (m_range.GetBaseAddress().IsValid()) {
   88     Address current_pc(m_range.GetBaseAddress());
  110   if (m_range.GetBaseAddress().IsValid()) {
  115       if (!object_file_frame->GetUnwindPlan(m_range,
  129   if (m_range.GetBaseAddress().IsValid()) {
  134       if (!eh_frame->GetUnwindPlan(m_range, *m_unwind_plan_eh_frame_sp))
  147   if (m_range.GetBaseAddress().IsValid()) {
  152       if (!debug_frame->GetUnwindPlan(m_range, *m_unwind_plan_debug_frame_sp))
  165   if (m_range.GetBaseAddress().IsValid()) {
  166     Address current_pc(m_range.GetBaseAddress());
  205         m_range.GetBaseAddress(),
  234             m_range, thread, *m_unwind_plan_object_file_augmented_sp)) {
  275             m_range, thread, *m_unwind_plan_eh_frame_augmented_sp)) {
  317             m_range, thread, *m_unwind_plan_debug_frame_augmented_sp)) {
  340             m_range, thread, *m_unwind_plan_assembly_sp)) {
  444     if (!assembly_profiler_sp->GetFastUnwindPlan(m_range, thread,
  509     assembly_profiler_sp->FirstNonPrologueInsn(m_range, exe_ctx,
  515   return m_range.GetBaseAddress();