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

/external/lldb/include/lldb/Symbol/
H A DUnwindPlan.h59 isDWARFExpression // reg = eval(dwarf_expr) enumerator in enum:lldb_private::UnwindPlan::Row::RegisterLocation::RestoreType
134 return m_type == isDWARFExpression;
183 if (m_type == atDWARFExpression || m_type == isDWARFExpression)
204 if (m_type == atDWARFExpression || m_type == isDWARFExpression)
212 if (m_type == atDWARFExpression || m_type == isDWARFExpression)
232 // For m_type == atDWARFExpression or m_type == isDWARFExpression
/external/lldb/source/Symbol/
H A DUnwindPlan.cpp40 case isDWARFExpression:
64 m_type = isDWARFExpression;
139 case isDWARFExpression:

Completed in 80 milliseconds