Home
last modified time | relevance | path

Searched refs:GetRowAtIndex (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/ObjectFile/PECOFF/
H A DTestPECallFrameInfo.cpp218 EXPECT_EQ(*plan.GetRowAtIndex(0), row); in TEST_F()
223 EXPECT_EQ(*plan.GetRowAtIndex(1), row); in TEST_F()
228 EXPECT_EQ(*plan.GetRowAtIndex(2), row); in TEST_F()
233 EXPECT_EQ(*plan.GetRowAtIndex(3), row); in TEST_F()
238 EXPECT_EQ(*plan.GetRowAtIndex(4), row); in TEST_F()
243 EXPECT_EQ(*plan.GetRowAtIndex(5), row); in TEST_F()
247 EXPECT_EQ(*plan.GetRowAtIndex(6), row); in TEST_F()
265 EXPECT_EQ(*plan.GetRowAtIndex(0), row); in TEST_F()
269 EXPECT_EQ(*plan.GetRowAtIndex(1), row); in TEST_F()
282 EXPECT_EQ(*plan.GetRowAtIndex(0), row); in TEST_F()
[all …]
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestDWARFCallFrameInfo.cpp242 EXPECT_EQ(GetExpectedRow0(), *plan.GetRowAtIndex(0)); in TestBasic()
243 EXPECT_EQ(GetExpectedRow1(), *plan.GetRowAtIndex(1)); in TestBasic()
244 EXPECT_EQ(GetExpectedRow2(), *plan.GetRowAtIndex(2)); in TestBasic()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DUnwindPlan.cpp407 const UnwindPlan::RowSP UnwindPlan::GetRowAtIndex(uint32_t idx) const { in GetRowAtIndex() function in UnwindPlan
459 if (GetRowAtIndex(0).get() == nullptr || in PlanValidAtAddress()
460 GetRowAtIndex(0)->GetCFAValue().GetValueType() == in PlanValidAtAddress()
H A DFuncUnwinders.cpp360 UnwindPlan::RowSP a_first_row = a->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation()
361 UnwindPlan::RowSP b_first_row = b->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation()
H A DDWARFCallFrameInfo.cpp673 unwind_plan.GetRowAtIndex(0)->GetRegisterInfo(reg_num, in FDEToUnwindPlan()
743 unwind_plan.GetRowAtIndex(0)->GetRegisterInfo(reg_num, in FDEToUnwindPlan()
/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1356 UnwindPlan::RowSP first_row = unwind_plan.GetRowAtIndex(0); in AugmentUnwindPlanFromCallSite()
1411 unwind_plan.GetRowAtIndex(row_id)->GetOffset() <= offset) { in AugmentUnwindPlanFromCallSite()
1414 UnwindPlan::RowSP original_row = unwind_plan.GetRowAtIndex(row_id - 1); in AugmentUnwindPlanFromCallSite()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DUnwindPlan.h464 const UnwindPlan::RowSP GetRowAtIndex(uint32_t idx) const;