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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h66 isCFAPlusOffset, // reg = CFA + offset enumerator in enum:lldb_private::UnwindPlan::Row::RegisterLocation::RestoreType
94 bool IsCFAPlusOffset() const { return m_type == isCFAPlusOffset; }
114 m_type = isCFAPlusOffset;
145 case isCFAPlusOffset:
186 // For m_type == atCFAPlusOffset or m_type == isCFAPlusOffset
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp32 case isCFAPlusOffset:
116 case isCFAPlusOffset: {

Completed in 115 milliseconds