Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRegisterContextUnwind.cpp297 m_full_unwind_plan_sp->GetSourceName().GetCString()); in InitializeZerothFrame()
634 m_fast_unwind_plan_sp->GetSourceName().AsCString()); in InitializeNonZerothFrame()
650 m_full_unwind_plan_sp->GetSourceName().AsCString()); in InitializeNonZerothFrame()
946 unwind_plan_sp->GetSourceName().GetCString()); in GetFullUnwindPlanForFrame()
974 call_site_unwind_plan->GetSourceName() != in GetFullUnwindPlanForFrame()
975 unwind_plan_sp->GetSourceName()) { in GetFullUnwindPlanForFrame()
984 unwind_plan_sp->GetSourceName().GetCString()); in GetFullUnwindPlanForFrame()
998 unwind_plan_sp->GetSourceName().GetCString()); in GetFullUnwindPlanForFrame()
1013 unwind_plan_sp->GetSourceName().GetCString()); in GetFullUnwindPlanForFrame()
1041 call_site_unwind_plan->GetSourceName() != in GetFullUnwindPlanForFrame()
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DUnwindPlan.h468 lldb_private::ConstString GetSourceName() const;
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DUnwindPlan.cpp568 ConstString UnwindPlan::GetSourceName() const { return m_source_name; } in GetSourceName() function in UnwindPlan
/openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1569 std::string unwind_plan_source(unwind_plan.GetSourceName().AsCString()); in AugmentUnwindPlanFromCallSite()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp3434 non_callsite_unwind_plan->GetSourceName().AsCString()); in DoExecute()
3441 callsite_unwind_plan->GetSourceName().AsCString()); in DoExecute()
3448 fast_unwind_plan->GetSourceName().AsCString()); in DoExecute()