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

References

tools/lldb/include/lldb/Symbol/Symtab.h
  136   ObjectFile *GetObjectFile() { return m_objfile; }
tools/lldb/source/Symbol/Symtab.cpp
   78   const FileSpec &file_spec = m_objfile->GetFileSpec();
   80   if (m_objfile->GetModule())
   81     object_name = m_objfile->GetModule()->GetObjectName().GetCString();
  292               m_objfile->StripLinkerSymbolAnnotations(name.GetStringRef()));
  312               m_objfile->StripLinkerSymbolAnnotations(name.GetStringRef()));
  882       SectionList *sectlist = m_objfile->GetSectionList();
 1015     sc.module_sp = m_objfile->GetModule();