Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Doverload-template.cpp31 void InsertRow(const XA&, const YB&); // expected-note {{candidate function not viable: no known co…
33 InsertRow(3, B{}); // expected-error {{no matching function for call to 'InsertRow'}} in ReproducesBugSimply()
/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1444 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1456 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1470 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1480 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1490 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1500 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1512 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1521 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1532 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1555 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp234 unwind_plan.InsertRow( in GetNonCallSiteUnwindPlanFromAssembly()
269 unwind_plan.InsertRow(newrow); in GetNonCallSiteUnwindPlanFromAssembly()
281 unwind_plan.InsertRow(m_curr_row); in GetNonCallSiteUnwindPlanFromAssembly()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DUnwindPlan.h426 void InsertRow(const RowSP &row_sp, bool replace_existing = false);
/llvm-project-15.0.7/lldb/source/Symbol/
H A DUnwindPlan.cpp370 void UnwindPlan::InsertRow(const UnwindPlan::RowSP &row_sp, in InsertRow() function in UnwindPlan