Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp305 m_full_unwind_plan_sp->GetSourceName().GetCString()); in InitializeZerothFrame()
648 m_fast_unwind_plan_sp->GetSourceName().AsCString()); in InitializeNonZerothFrame()
664 m_full_unwind_plan_sp->GetSourceName().AsCString()); in InitializeNonZerothFrame()
960 unwind_plan_sp->GetSourceName().GetCString()); in GetFullUnwindPlanForFrame()
988 call_site_unwind_plan->GetSourceName() != in GetFullUnwindPlanForFrame()
989 unwind_plan_sp->GetSourceName()) { in GetFullUnwindPlanForFrame()
998 unwind_plan_sp->GetSourceName().GetCString()); in GetFullUnwindPlanForFrame()
1012 unwind_plan_sp->GetSourceName().GetCString()); in GetFullUnwindPlanForFrame()
1027 unwind_plan_sp->GetSourceName().GetCString()); in GetFullUnwindPlanForFrame()
1055 call_site_unwind_plan->GetSourceName() != in GetFullUnwindPlanForFrame()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h468 lldb_private::ConstString GetSourceName() const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp568 ConstString UnwindPlan::GetSourceName() const { return m_source_name; } in GetSourceName() function in UnwindPlan
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1560 std::string unwind_plan_source(unwind_plan.GetSourceName().AsCString()); in AugmentUnwindPlanFromCallSite()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3644 non_callsite_unwind_plan->GetSourceName().AsCString()); in DoExecute()
3651 callsite_unwind_plan->GetSourceName().AsCString()); in DoExecute()
3658 fast_unwind_plan->GetSourceName().AsCString()); in DoExecute()