Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRegisterContextUnwind.cpp1638 if (unwindplan_regloc.IsDWARFExpression() || in SavedLocationForRegister()
1656 if (unwindplan_regloc.IsDWARFExpression()) { in SavedLocationForRegister()