Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1360 int row_id = 1; in AugmentUnwindPlanFromCallSite() local
1398 while (row_id < unwind_plan.GetRowCount() && in AugmentUnwindPlanFromCallSite()
1399 unwind_plan.GetRowAtIndex(row_id)->GetOffset() <= offset) { in AugmentUnwindPlanFromCallSite()
1400 row_id++; in AugmentUnwindPlanFromCallSite()
1402 UnwindPlan::RowSP original_row = unwind_plan.GetRowAtIndex(row_id - 1); in AugmentUnwindPlanFromCallSite()
1408 if (row_id == 0) { in AugmentUnwindPlanFromCallSite()