Searched refs:m_section (Results 1 – 3 of 3) sorted by relevance
37 m_file_index_valid(file_index ? true : false), m_section(section) { in DIERef()47 m_section = in DIERef()66 Section section() const { return static_cast<Section>(m_section); } in section()75 if (m_section != other.m_section)76 return m_section < other.m_section;81 return file_index() == rhs.file_index() && m_section == rhs.m_section &&132 dw_offset_t m_section : 1; variable
220 DIERef::Section GetDebugSection() const { return m_section; } in GetDebugSection()370 const DIERef::Section m_section; variable
42 m_cancel_scopes(false), m_section(section), m_is_dwo(is_dwo), in DWARFUnit()1071 return m_section == DIERef::Section::DebugTypes in GetData()