Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DUnwindPlan.h70 atDWARFExpression, // reg = deref(eval(dwarf_expr)) enumerator
104 bool IsAtDWARFExpression() const { return m_type == atDWARFExpression; } in IsAtDWARFExpression()
155 if (m_type == atDWARFExpression || m_type == isDWARFExpression) { in GetDWARFExpr()
169 if (m_type == atDWARFExpression || m_type == isDWARFExpression) in GetDWARFExpressionBytes()
175 if (m_type == atDWARFExpression || m_type == isDWARFExpression) in GetDWARFExpressionLength()
/external/llvm-project/lldb/source/Symbol/
DUnwindPlan.cpp41 case atDWARFExpression: in operator ==()
56 m_type = atDWARFExpression; in SetAtDWARFExpression()
143 case atDWARFExpression: in Dump()
146 if (m_type == atDWARFExpression) in Dump()
151 if (m_type == atDWARFExpression) in Dump()