Searched refs:m_obj_file (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp161 m_obj_file(obj_file), m_type(sect_type), m_parent_wp(), m_name(name),
183 m_obj_file(obj_file), m_type(sect_type), m_parent_wp(), m_name(name),
331 if (m_obj_file) {
332 const FileSpec &file_spec = m_obj_file->GetFileSpec();
388 if (m_obj_file)
389 return m_obj_file->ReadSectionData(this, offset, dst, dst_len);
394 if (m_obj_file)
395 return m_obj_file->ReadSectionData(this, section_data);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h190 ObjectFile *GetObjectFile() { return m_obj_file; }
191 const ObjectFile *GetObjectFile() const { return m_obj_file; }
240 ObjectFile *m_obj_file; // The object file that data for this section should member in class:lldb_private::Section

Completed in 60 milliseconds