Searched refs:m_section (Results 1 – 3 of 3) sorted by relevance
36 m_file_index_valid(file_index ? true : false), m_section(section) { in DIERef() 46 m_section = in DIERef() 65 Section section() const { return static_cast<Section>(m_section); } in die_offset() 74 if (m_section != other.m_section)75 return m_section < other.m_section;80 return file_index() == rhs.file_index() && m_section == rhs.m_section &&131 dw_offset_t m_section 129 dw_offset_t m_section : 1; global() variable [all...]
203 DIERef::Section GetDebugSection() const { return m_section; } in GetDebugSection()350 const DIERef::Section m_section; variable
40 m_cancel_scopes(false), m_section(section), m_is_dwo(is_dwo), in DWARFUnit()997 return m_section == DIERef::Section::DebugTypes in GetData()