Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/ObjectFile/PECOFF/
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 …]
/external/llvm-project/lldb/unittests/Symbol/
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()
/external/llvm-project/lldb/source/Symbol/
DUnwindPlan.cpp402 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()
DFuncUnwinders.cpp360 UnwindPlan::RowSP a_first_row = a->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation()
361 UnwindPlan::RowSP b_first_row = b->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation()
DDWARFCallFrameInfo.cpp674 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/
Dx86AssemblyInspectionEngine.cpp1355 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/
DUnwindPlan.h448 const UnwindPlan::RowSP GetRowAtIndex(uint32_t idx) const;