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.cpp301 m_full_unwind_plan_sp->GetSourceName().GetCString()); in InitializeZerothFrame()
641 m_fast_unwind_plan_sp->GetSourceName().AsCString()); in InitializeNonZerothFrame()
657 m_full_unwind_plan_sp->GetSourceName().AsCString()); in InitializeNonZerothFrame()
938 unwind_plan_sp->GetSourceName().GetCString()); in GetFullUnwindPlanForFrame()
966 call_site_unwind_plan->GetSourceName() != in GetFullUnwindPlanForFrame()
967 unwind_plan_sp->GetSourceName()) { in GetFullUnwindPlanForFrame()
976 unwind_plan_sp->GetSourceName().GetCString()); in GetFullUnwindPlanForFrame()
990 unwind_plan_sp->GetSourceName().GetCString()); in GetFullUnwindPlanForFrame()
1006 unwind_plan_sp->GetSourceName().GetCString()); in GetFullUnwindPlanForFrame()
1034 call_site_unwind_plan->GetSourceName() != in GetFullUnwindPlanForFrame()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h491 lldb_private::ConstString GetSourceName() const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp570 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.cpp1544 std::string unwind_plan_source(unwind_plan.GetSourceName().AsCString()); in AugmentUnwindPlanFromCallSite()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3668 plan_sp->GetSourceName().AsCString()); in DoExecute()
3674 plan_sp->GetSourceName().AsCString()); in DoExecute()
3679 plan_sp->GetSourceName().AsCString()); in DoExecute()