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

Declarations

tools/lldb/include/lldb/Symbol/UnwindPlan.h
  453   lldb_private::ConstString GetSourceName() const;

References

tools/lldb/source/Commands/CommandObjectTarget.cpp
 3416             non_callsite_unwind_plan->GetSourceName().AsCString());
 3423             callsite_unwind_plan->GetSourceName().AsCString());
 3430             fast_unwind_plan->GetSourceName().AsCString());
tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  260                m_full_unwind_plan_sp->GetSourceName().GetCString());
  841                           unwind_plan_sp->GetSourceName().GetCString());
  869             call_site_unwind_plan->GetSourceName() !=
  870                 unwind_plan_sp->GetSourceName()) {
  879                           unwind_plan_sp->GetSourceName().GetCString());
  893                             unwind_plan_sp->GetSourceName().GetCString());
  909                         unwind_plan_sp->GetSourceName().GetCString());
  937         call_site_unwind_plan->GetSourceName() !=
  938             unwind_plan_sp->GetSourceName()) {
  948                         unwind_plan_sp->GetSourceName().GetCString());
  958         arch_default_unwind_plan_sp->GetSourceName().GetCString());
 1241             m_full_unwind_plan_sp->GetSourceName().GetCString());
 1296                      m_full_unwind_plan_sp->GetSourceName().GetCString());
 1375         unwindplan_name += m_full_unwind_plan_sp->GetSourceName().AsCString();
 1573       m_full_unwind_plan_sp->GetSourceName() ==
 1574           m_fallback_unwind_plan_sp->GetSourceName()) {
 1683                  m_fallback_unwind_plan_sp->GetSourceName().GetCString(),
 1684                  original_full_unwind_plan_sp->GetSourceName().GetCString());
 1703       m_full_unwind_plan_sp->GetSourceName() ==
 1704           m_fallback_unwind_plan_sp->GetSourceName()) {
 1736                  m_full_unwind_plan_sp->GetSourceName().GetCString());
tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
 1571     std::string unwind_plan_source(unwind_plan.GetSourceName().AsCString());