Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp299 m_full_unwind_plan_sp->GetSourceName().GetCString()); in InitializeZerothFrame()
964 call_site_unwind_plan->GetSourceName() != in GetFullUnwindPlanForFrame()
965 unwind_plan_sp->GetSourceName()) { in GetFullUnwindPlanForFrame()
1032 call_site_unwind_plan->GetSourceName() != in GetFullUnwindPlanForFrame()
1033 unwind_plan_sp->GetSourceName()) { in GetFullUnwindPlanForFrame()
1053 arch_default_unwind_plan_sp->GetSourceName().GetCString()); in GetFullUnwindPlanForFrame()
1372 m_full_unwind_plan_sp->GetSourceName().GetCString()); in SavedLocationForRegister()
1704 m_full_unwind_plan_sp->GetSourceName() == in TryFallbackUnwindPlan()
1705 m_fallback_unwind_plan_sp->GetSourceName()) { in TryFallbackUnwindPlan()
1842 m_full_unwind_plan_sp->GetSourceName() == in ForceSwitchToFallbackUnwindPlan()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h470 lldb_private::ConstString GetSourceName() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp567 ConstString UnwindPlan::GetSourceName() const { return m_source_name; } in GetSourceName() function in UnwindPlan
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1571 std::string unwind_plan_source(unwind_plan.GetSourceName().AsCString()); in AugmentUnwindPlanFromCallSite()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3372 non_callsite_unwind_plan->GetSourceName().AsCString()); in DoExecute()
3379 callsite_unwind_plan->GetSourceName().AsCString()); in DoExecute()
3386 fast_unwind_plan->GetSourceName().AsCString()); in DoExecute()