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.h107 bool IsDWARFExpression() const { return m_type == isDWARFExpression; } in IsDWARFExpression() function
255 bool IsDWARFExpression() const { return m_type == isDWARFExpression; } in IsDWARFExpression() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp1636 if (abs_regloc->IsDWARFExpression() || abs_regloc->IsAtDWARFExpression()) { in SavedLocationForRegister()
1654 if (abs_regloc->IsDWARFExpression()) { in SavedLocationForRegister()