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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h69 inOtherRegister, // reg = other reg enumerator in enum:lldb_private::UnwindPlan::Row::RegisterLocation::RestoreType
102 bool IsInOtherRegister() const { return m_type == inOtherRegister; }
129 m_type = inOtherRegister;
134 if (m_type == inOtherRegister)
188 // For m_type == inOtherRegister
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp37 case inOtherRegister:
135 case inOtherRegister: {

Completed in 104 milliseconds