Searched refs:atDWARFExpression (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h70 atDWARFExpression, // reg = deref(eval(dwarf_expr)) enumerator in enum:lldb_private::UnwindPlan::Row::RegisterLocation::RestoreType
104 bool IsAtDWARFExpression() const { return m_type == atDWARFExpression; }
155 if (m_type == atDWARFExpression || m_type == isDWARFExpression) {
169 if (m_type == atDWARFExpression || m_type == isDWARFExpression)
175 if (m_type == atDWARFExpression || m_type == isDWARFExpression)
190 // For m_type == atDWARFExpression or m_type == isDWARFExpression
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp40 case atDWARFExpression:
55 m_type = atDWARFExpression;
145 case atDWARFExpression:
148 if (m_type == atDWARFExpression)
153 if (m_type == atDWARFExpression)

Completed in 60 milliseconds