Home
last modified time | relevance | path

Searched refs:m_section (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.h33 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
H A DDIERef.cpp51 if (m_section) in Encode()
H A DDWARFUnit.h222 DIERef::Section GetDebugSection() const { return m_section; } in GetDebugSection()
364 const DIERef::Section m_section; variable
H A DDWARFUnit.cpp38 m_cancel_scopes(false), m_section(section), m_is_dwo(is_dwo), in DWARFUnit()
1001 return m_section == DIERef::Section::DebugTypes in GetData()