reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Symbol/UnwindPlan.h
  102       bool IsInOtherRegister() const { return m_type == inOtherRegister; }
  129         m_type = inOtherRegister;
  134         if (m_type == inOtherRegister)
tools/lldb/source/Symbol/UnwindPlan.cpp
   37     case inOtherRegister:
  135   case inOtherRegister: {