Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Symbol/
DUnwindPlan.h59 isDWARFExpression // reg = eval(dwarf_expr) enumerator
134 return m_type == isDWARFExpression; in IsDWARFExpression()
183 if (m_type == atDWARFExpression || m_type == isDWARFExpression) in GetDWARFExpr()
204 if (m_type == atDWARFExpression || m_type == isDWARFExpression) in GetDWARFExpressionBytes()
212 if (m_type == atDWARFExpression || m_type == isDWARFExpression) in GetDWARFExpressionLength()
/external/lldb/source/Symbol/
DUnwindPlan.cpp40 case isDWARFExpression: in operator ==()
64 m_type = isDWARFExpression; in SetIsDWARFExpression()
139 case isDWARFExpression: in Dump()