Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp429 int UnwindPlan::GetRowCount() const { return m_row_list.size(); } in GetRowCount() function in UnwindPlan
438 if (GetRowCount() == 0) { in PlanValidAtAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp68 if (unwind_plan.GetRowCount() == 0) in GetNonCallSiteUnwindPlanFromAssembly()
303 return unwind_plan.GetRowCount() > 0; in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h506 int GetRowCount() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1341 if (unwind_plan.GetRowCount() < 2) in AugmentUnwindPlanFromCallSite()
1398 while (row_id < unwind_plan.GetRowCount() && in AugmentUnwindPlanFromCallSite()