Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp1466 std::string unwindplan_name; in GetAbstractRegisterLocation() local
1468 unwindplan_name += "via '"; in GetAbstractRegisterLocation()
1469 unwindplan_name += m_full_unwind_plan_sp->GetSourceName().AsCString(); in GetAbstractRegisterLocation()
1470 unwindplan_name += "'"; in GetAbstractRegisterLocation()
1473 regnum.GetAsKind(eRegisterKindLLDB), unwindplan_name.c_str()); in GetAbstractRegisterLocation()