Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DUnwindPlan.h106 bool IsDWARFExpression() const { return m_type == isDWARFExpression; } in IsDWARFExpression() function
242 bool IsDWARFExpression() const { return m_type == isDWARFExpression; } in IsDWARFExpression() function
/external/llvm-project/lldb/source/Target/
DRegisterContextUnwind.cpp1514 if (unwindplan_regloc.IsDWARFExpression() || in SavedLocationForRegister()
1531 if (unwindplan_regloc.IsDWARFExpression()) { in SavedLocationForRegister()