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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h106 bool IsDWARFExpression() const { return m_type == isDWARFExpression; } function in class:lldb_private::UnwindPlan::Row::RegisterLocation
242 bool IsDWARFExpression() const { return m_type == isDWARFExpression; } function in class:lldb_private::UnwindPlan::Row::FAValue
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp1497 if (unwindplan_regloc.IsDWARFExpression() ||
1514 if (unwindplan_regloc.IsDWARFExpression()) {
1519 "(IsDWARFExpression)",
1533 UnwindLogMsg("tried to use IsDWARFExpression or IsAtDWARFExpression for %s "

Completed in 174 milliseconds