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

References

tools/lldb/include/lldb/Symbol/UnwindPlan.h
  224         return m_type == isRegisterPlusOffset;
  228         m_type = isRegisterPlusOffset;
  251         if (m_type == isRegisterDereferenced || m_type == isRegisterPlusOffset)
  260           case isRegisterPlusOffset:
  270         if (m_type == isRegisterPlusOffset)
  275         if (m_type == isRegisterPlusOffset)
tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
 1826   case UnwindPlan::Row::FAValue::isRegisterPlusOffset: {
tools/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
   92           UnwindPlan::Row::FAValue::isRegisterPlusOffset ||
tools/lldb/source/Symbol/UnwindPlan.cpp
  176     case isRegisterPlusOffset:
  195   case isRegisterPlusOffset: