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

References

tools/lldb/include/lldb/Symbol/UnwindPlan.h
   84       void SetUndefined() { m_type = undefined; }
   92       bool IsUndefined() const { return m_type == undefined; }
tools/lldb/source/Symbol/UnwindPlan.cpp
   27     case undefined:
  105   case undefined: