Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp69 if (unwind_plan.GetRowCount() == 0) in GetNonCallSiteUnwindPlanFromAssembly()
225 return unwind_plan.GetRowCount() > 0; in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h529 int GetRowCount() const { return m_row_list.size(); } in GetRowCount() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1338 if (unwind_plan.GetRowCount() < 2) in AugmentUnwindPlanFromCallSite()
1392 while (row_id < unwind_plan.GetRowCount() && in AugmentUnwindPlanFromCallSite()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp458 if (GetRowCount() == 0) { in PlanValidAtAddress()
H A DDWARFCallFrameInfo.cpp202 if (result->GetRowCount() == 0) in GetUnwindPlan()