Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDUnwindPlan.h69 inOtherRegister, // reg = other reg enumerator
102 bool IsInOtherRegister() const { return m_type == inOtherRegister; } in IsInOtherRegister()
129 m_type = inOtherRegister; in SetInRegister()
134 if (m_type == inOtherRegister) in GetRegisterNumber()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDUnwindPlan.cpp40 case inOtherRegister: in operator ==()
135 case inOtherRegister: { in Dump()