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

References

tools/lldb/include/lldb/Symbol/ObjectFile.h
  537   virtual void SetType(Type type) { m_type = type; }
  597     if (m_type == eTypeInvalid)
  598       m_type = CalculateType();
  599     return m_type;
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 2425         m_type != eTypeDebugInfo) {
 5555       if (m_type == eTypeInvalid)
 5556         m_type = eTypeSharedLibrary;