Searched refs:GetRowAtIndex (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lldb/unittests/ObjectFile/PECOFF/ |
D | TestPECallFrameInfo.cpp | 218 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 …]
|
/external/llvm-project/lldb/unittests/Symbol/ |
D | TestDWARFCallFrameInfo.cpp | 242 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()
|
/external/llvm-project/lldb/source/Symbol/ |
D | UnwindPlan.cpp | 402 const UnwindPlan::RowSP UnwindPlan::GetRowAtIndex(uint32_t idx) const { in GetRowAtIndex() function in UnwindPlan 454 if (GetRowAtIndex(0).get() == nullptr || in PlanValidAtAddress() 455 GetRowAtIndex(0)->GetCFAValue().GetValueType() == in PlanValidAtAddress()
|
D | FuncUnwinders.cpp | 360 UnwindPlan::RowSP a_first_row = a->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation() 361 UnwindPlan::RowSP b_first_row = b->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation()
|
D | DWARFCallFrameInfo.cpp | 674 unwind_plan.GetRowAtIndex(0)->GetRegisterInfo(reg_num, in FDEToUnwindPlan() 744 unwind_plan.GetRowAtIndex(0)->GetRegisterInfo(reg_num, in FDEToUnwindPlan()
|
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/ |
D | x86AssemblyInspectionEngine.cpp | 1355 UnwindPlan::RowSP first_row = unwind_plan.GetRowAtIndex(0); in AugmentUnwindPlanFromCallSite() 1410 unwind_plan.GetRowAtIndex(row_id)->GetOffset() <= offset) { in AugmentUnwindPlanFromCallSite() 1413 UnwindPlan::RowSP original_row = unwind_plan.GetRowAtIndex(row_id - 1); in AugmentUnwindPlanFromCallSite()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | UnwindPlan.h | 448 const UnwindPlan::RowSP GetRowAtIndex(uint32_t idx) const;
|