Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/ObjectFile/PECOFF/
H A DTestPECallFrameInfo.cpp211 EXPECT_EQ(plan.GetRowCount(), 7); in TEST_F()
253 EXPECT_EQ(plan.GetRowCount(), 2); in TEST_F()
275 EXPECT_EQ(plan.GetRowCount(), 11); in TEST_F()
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestDWARFCallFrameInfo.cpp241 ASSERT_EQ(3, plan.GetRowCount()); in TestBasic()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp68 if (unwind_plan.GetRowCount() == 0) in GetNonCallSiteUnwindPlanFromAssembly()
306 return unwind_plan.GetRowCount() > 0; in GetNonCallSiteUnwindPlanFromAssembly()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DUnwindPlan.h506 int GetRowCount() const;
/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1353 if (unwind_plan.GetRowCount() < 2) in AugmentUnwindPlanFromCallSite()
1410 while (row_id < unwind_plan.GetRowCount() && in AugmentUnwindPlanFromCallSite()