Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1572 std::string unwind_plan_source(unwind_plan.GetSourceName().AsCString()); in AugmentUnwindPlanFromCallSite() local
1573 unwind_plan_source += " plus augmentation from assembly parsing"; in AugmentUnwindPlanFromCallSite()
1574 unwind_plan.SetSourceName(unwind_plan_source.c_str()); in AugmentUnwindPlanFromCallSite()