Searched refs:GetRowAtIndex (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/ObjectFile/PECOFF/ |
| H A 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 …]
|
| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A 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()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | UnwindPlan.cpp | 407 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 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()
|
| H A D | DWARFCallFrameInfo.cpp | 673 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 D | x86AssemblyInspectionEngine.cpp | 1356 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 D | UnwindPlan.h | 464 const UnwindPlan::RowSP GetRowAtIndex(uint32_t idx) const;
|