Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp355 const UnwindPlan::Row *a_first_row = a->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation()
356 const UnwindPlan::Row *b_first_row = b->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation()
H A DUnwindPlan.cpp437 const UnwindPlan::Row *UnwindPlan::GetRowAtIndex(uint32_t idx) const { in GetRowAtIndex() function in UnwindPlan
479 const Row *row0 = GetRowAtIndex(0); in PlanValidAtAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1341 UnwindPlan::Row first_row = *unwind_plan.GetRowAtIndex(0); in AugmentUnwindPlanFromCallSite()
1393 unwind_plan.GetRowAtIndex(row_id)->GetOffset() <= in AugmentUnwindPlanFromCallSite()
1397 const UnwindPlan::Row *original_row = unwind_plan.GetRowAtIndex(row_id - 1); in AugmentUnwindPlanFromCallSite()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h487 const UnwindPlan::Row *GetRowAtIndex(uint32_t idx) const;