Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp215 lang_runtime_plan_sp->GetRowForFunctionOffset(m_current_offset); in InitializeZerothFrame()
242 m_full_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in InitializeZerothFrame()
441 m_full_unwind_plan_sp->GetRowForFunctionOffset(0)) { in InitializeNonZerothFrame()
599 lang_runtime_plan_sp->GetRowForFunctionOffset(m_current_offset); in InitializeNonZerothFrame()
633 m_fast_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in InitializeNonZerothFrame()
647 active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset( in InitializeNonZerothFrame()
1280 m_fast_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in GetAbstractRegisterLocation()
1318 m_full_unwind_plan_sp->GetRowForFunctionOffset( in GetAbstractRegisterLocation()
1783 m_fallback_unwind_plan_sp->GetRowForFunctionOffset( in TryFallbackUnwindPlan()
1869 m_fallback_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in ForceSwitchToFallbackUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp71 const UnwindPlan::Row *first_row = unwind_plan.GetRowForFunctionOffset(0); in AugmentUnwindPlanFromCallSite()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h458 GetRowForFunctionOffset(std::optional<int64_t> offset) const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp423 UnwindPlan::GetRowForFunctionOffset(std::optional<int64_t> offset) const { in GetRowForFunctionOffset() function in UnwindPlan