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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwp.cpp80 : m_obj_file(std::move(obj_file)), m_debug_cu_index(llvm::DW_SECT_INFO)
87 new SymbolFileDWARFDwoDwp(this, m_obj_file, dwarf_cu, dwo_id));
125 m_obj_file->GetSectionList(false /* update_module_section_list */);
130 if (m_obj_file->ReadSectionData(section_sp.get(), data) != 0) {
H A DSymbolFileDWARFDwp.h41 lldb::ObjectFileSP m_obj_file; member in class:SymbolFileDWARFDwp
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp160 m_obj_file(obj_file), m_type(sect_type), m_parent_wp(), m_name(name),
182 m_obj_file(obj_file), m_type(sect_type), m_parent_wp(), m_name(name),
333 if (m_obj_file) {
334 const FileSpec &file_spec = m_obj_file->GetFileSpec();
390 if (m_obj_file)
391 return m_obj_file->ReadSectionData(this, offset, dst, dst_len);
396 if (m_obj_file)
397 return m_obj_file->ReadSectionData(this, section_data);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h189 ObjectFile *GetObjectFile() { return m_obj_file; }
190 const ObjectFile *GetObjectFile() const { return m_obj_file; }
239 ObjectFile *m_obj_file; // The object file that data for this section should member in class:lldb_private::Section

Completed in 140 milliseconds