Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp73 UnwindPlan::RowSP first_row = unwind_plan.GetRowForFunctionOffset(0); in AugmentUnwindPlanFromCallSite()
74 UnwindPlan::RowSP last_row = unwind_plan.GetRowForFunctionOffset(-1); in AugmentUnwindPlanFromCallSite()
H A Dx86AssemblyInspectionEngine.cpp1140 UnwindPlan::RowSP original_last_row = unwind_plan.GetRowForFunctionOffset(-1); in AugmentUnwindPlanFromCallSite()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp216 m_full_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in InitializeZerothFrame()
383 UnwindPlan::RowSP row = m_full_unwind_plan_sp->GetRowForFunctionOffset(0); in InitializeNonZerothFrame()
563 m_fast_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in InitializeNonZerothFrame()
575 active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset(valid_offset); in InitializeNonZerothFrame()
1174 m_fast_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in SavedLocationForRegister()
1203 m_full_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in SavedLocationForRegister()
1308 m_full_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in SavedLocationForRegister()
1632 m_fallback_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in TryFallbackUnwindPlan()
1712 m_fallback_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in ForceSwitchToFallbackUnwindPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DUnwindPlan.h405 UnwindPlan::RowSP GetRowForFunctionOffset(int offset) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DUnwindPlan.cpp348 UnwindPlan::RowSP UnwindPlan::GetRowForFunctionOffset(int offset) const { in GetRowForFunctionOffset() function in UnwindPlan