Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1429 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1441 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1455 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1465 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1475 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1485 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1497 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1506 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1517 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1540 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp231 unwind_plan.InsertRow( in GetNonCallSiteUnwindPlanFromAssembly()
266 unwind_plan.InsertRow(newrow); in GetNonCallSiteUnwindPlanFromAssembly()
278 unwind_plan.InsertRow(m_curr_row); in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h426 void InsertRow(const RowSP &row_sp, bool replace_existing = false);
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp370 void UnwindPlan::InsertRow(const UnwindPlan::RowSP &row_sp, in InsertRow() function in UnwindPlan