Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Symbol/
DUnwindPlan.h58 atDWARFExpression, // reg = deref(eval(dwarf_expr)) enumerator
128 return m_type == atDWARFExpression; in IsAtDWARFExpression()
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.cpp39 case atDWARFExpression: in operator ==()
54 m_type = atDWARFExpression; in SetAtDWARFExpression()
138 case atDWARFExpression: in Dump()
142 if (m_type == atDWARFExpression) in Dump()