Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/ObjectFile/PECOFF/
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()
/external/llvm-project/lldb/unittests/Symbol/
DTestDWARFCallFrameInfo.cpp241 ASSERT_EQ(3, plan.GetRowCount()); in TestBasic()
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp67 if (unwind_plan.GetRowCount() == 0) in GetNonCallSiteUnwindPlanFromAssembly()
303 return unwind_plan.GetRowCount() > 0; in GetNonCallSiteUnwindPlanFromAssembly()
/external/llvm-project/lldb/source/Symbol/
DUnwindPlan.cpp424 int UnwindPlan::GetRowCount() const { return m_row_list.size(); } in GetRowCount() function in UnwindPlan
433 if (GetRowCount() == 0) { in PlanValidAtAddress()
/external/llvm-project/lldb/include/lldb/Symbol/
DUnwindPlan.h490 int GetRowCount() const;
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
Dx86AssemblyInspectionEngine.cpp1352 if (unwind_plan.GetRowCount() < 2) in AugmentUnwindPlanFromCallSite()
1409 while (row_id < unwind_plan.GetRowCount() && in AugmentUnwindPlanFromCallSite()