Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DUnwindPlan.cpp393 int UnwindPlan::GetRowCount() const { return m_row_list.size(); } in GetRowCount() function in UnwindPlan
402 if (GetRowCount() == 0) { in PlanValidAtAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp68 if (unwind_plan.GetRowCount() == 0) in GetNonCallSiteUnwindPlanFromAssembly()
276 return unwind_plan.GetRowCount() > 0; in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DUnwindPlan.h467 int GetRowCount() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1124 if (unwind_plan.GetRowCount() < 2) in AugmentUnwindPlanFromCallSite()
1184 while (row_id < unwind_plan.GetRowCount() && in AugmentUnwindPlanFromCallSite()