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

References

tools/lldb/include/lldb/Core/Section.h
  189   ObjectFile *GetObjectFile() { return m_obj_file; }
  190   const ObjectFile *GetObjectFile() const { return m_obj_file; }
tools/lldb/source/Core/Section.cpp
  350     if (m_obj_file) {
  351       const FileSpec &file_spec = m_obj_file->GetFileSpec();
  407   if (m_obj_file)
  408     return m_obj_file->ReadSectionData(this, offset, dst, dst_len);
  413   if (m_obj_file)
  414     return m_obj_file->ReadSectionData(this, section_data);