Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DUnwindPlan.h107 bool IsDWARFExpression() const { return m_type == isDWARFExpression; } in IsDWARFExpression() function
237 bool IsDWARFExpression() const { return m_type == isDWARFExpression; } in IsDWARFExpression() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp1502 if (unwindplan_regloc.IsDWARFExpression() || in SavedLocationForRegister()
1518 if (unwindplan_regloc.IsDWARFExpression()) { in SavedLocationForRegister()