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

References

tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1866   if (m_gnu_debug_data_object_file != nullptr)
 1867     return m_gnu_debug_data_object_file;
 1897   m_gnu_debug_data_object_file.reset(new ObjectFileELF(
 1901   m_gnu_debug_data_object_file->SetType(ObjectFile::eTypeDebugInfo);
 1903   ArchSpec spec = m_gnu_debug_data_object_file->GetArchitecture();
 1904   if (spec && m_gnu_debug_data_object_file->SetModulesArchitecture(spec))
 1905     return m_gnu_debug_data_object_file;