Home
last modified time | relevance | path

Searched refs:GetSourceName (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp305 m_full_unwind_plan_sp->GetSourceName().GetCString()); in InitializeZerothFrame()
988 call_site_unwind_plan->GetSourceName() != in GetFullUnwindPlanForFrame()
989 unwind_plan_sp->GetSourceName()) { in GetFullUnwindPlanForFrame()
1055 call_site_unwind_plan->GetSourceName() != in GetFullUnwindPlanForFrame()
1056 unwind_plan_sp->GetSourceName()) { in GetFullUnwindPlanForFrame()
1076 arch_default_unwind_plan_sp->GetSourceName().GetCString()); in GetFullUnwindPlanForFrame()
1396 m_full_unwind_plan_sp->GetSourceName().GetCString()); in SavedLocationForRegister()
1729 m_full_unwind_plan_sp->GetSourceName() == in TryFallbackUnwindPlan()
1730 m_fallback_unwind_plan_sp->GetSourceName()) { in TryFallbackUnwindPlan()
1868 m_full_unwind_plan_sp->GetSourceName() == in ForceSwitchToFallbackUnwindPlan()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h468 lldb_private::ConstString GetSourceName() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp568 ConstString UnwindPlan::GetSourceName() const { return m_source_name; } in GetSourceName() function in UnwindPlan
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1557 std::string unwind_plan_source(unwind_plan.GetSourceName().AsCString()); in AugmentUnwindPlanFromCallSite()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3717 non_callsite_unwind_plan->GetSourceName().AsCString()); in DoExecute()
3724 callsite_unwind_plan->GetSourceName().AsCString()); in DoExecute()
3731 fast_unwind_plan->GetSourceName().AsCString()); in DoExecute()