Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp71 UnwindPlan::RowSP first_row = unwind_plan.GetRowForFunctionOffset(0); in AugmentUnwindPlanFromCallSite()
72 UnwindPlan::RowSP last_row = unwind_plan.GetRowForFunctionOffset(-1); in AugmentUnwindPlanFromCallSite()
H A Dx86AssemblyInspectionEngine.cpp1357 UnwindPlan::RowSP original_last_row = unwind_plan.GetRowForFunctionOffset(-1); in AugmentUnwindPlanFromCallSite()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp220 lang_runtime_plan_sp->GetRowForFunctionOffset(m_current_offset); in InitializeZerothFrame()
247 m_full_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in InitializeZerothFrame()
445 UnwindPlan::RowSP row = m_full_unwind_plan_sp->GetRowForFunctionOffset(0); in InitializeNonZerothFrame()
606 lang_runtime_plan_sp->GetRowForFunctionOffset(m_current_offset); in InitializeNonZerothFrame()
640 m_fast_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in InitializeNonZerothFrame()
654 active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset( in InitializeNonZerothFrame()
1288 m_fast_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in SavedLocationForRegister()
1329 m_full_unwind_plan_sp->GetRowForFunctionOffset( in SavedLocationForRegister()
1458 m_full_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in SavedLocationForRegister()
1790 m_fallback_unwind_plan_sp->GetRowForFunctionOffset( in TryFallbackUnwindPlan()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h433 UnwindPlan::RowSP GetRowForFunctionOffset(int offset) const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp385 UnwindPlan::RowSP UnwindPlan::GetRowForFunctionOffset(int offset) const { in GetRowForFunctionOffset() function in UnwindPlan