Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/include/lldb/Symbol/
HDUnwindPlan.h71 isDWARFExpression // reg = eval(dwarf_expr) enumerator
106 bool IsDWARFExpression() const { return m_type == isDWARFExpression; } in IsDWARFExpression()
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()
204 isDWARFExpression, // FA = eval(dwarf_expr) enumerator
242 bool IsDWARFExpression() const { return m_type == isDWARFExpression; } in IsDWARFExpression()
245 m_type = isDWARFExpression; in SetIsDWARFExpression()
280 if (m_type == isDWARFExpression) { in GetDWARFExpr()
290 if (m_type == isDWARFExpression) in GetDWARFExpressionBytes()
[all …]
/freebsd-head/contrib/llvm-project/lldb/source/Symbol/
HDUnwindPlan.cpp44 case isDWARFExpression: in operator ==()
67 m_type = isDWARFExpression; in SetIsDWARFExpression()
146 case isDWARFExpression: { in Dump()
182 case isDWARFExpression: in operator ==()
204 case isDWARFExpression: in Dump()
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDRegisterContextUnwind.cpp2023 case UnwindPlan::Row::FAValue::isDWARFExpression: { in ReadFrameAddress()