Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h106 bool IsDWARFExpression() const { return m_type == isDWARFExpression; } in IsDWARFExpression() function
242 bool IsDWARFExpression() const { return m_type == isDWARFExpression; } in IsDWARFExpression() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp1652 if (unwindplan_regloc.IsDWARFExpression() || in SavedLocationForRegister()
1672 if (unwindplan_regloc.IsDWARFExpression()) { in SavedLocationForRegister()