Searched refs:m_section (Results 1 – 4 of 4) sorted by relevance
33 m_section(section), m_die_offset(die_offset) { in DIERef()43 Section section() const { return static_cast<Section>(m_section); } in section()52 if (m_section != other.m_section)53 return m_section < other.m_section;58 return dwo_num() == rhs.dwo_num() && m_section == rhs.m_section &&91 uint32_t m_section : 1; variable
51 if (m_section) in Encode()
222 DIERef::Section GetDebugSection() const { return m_section; } in GetDebugSection()364 const DIERef::Section m_section; variable
38 m_cancel_scopes(false), m_section(section), m_is_dwo(is_dwo), in DWARFUnit()1001 return m_section == DIERef::Section::DebugTypes in GetData()