Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
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;
60 uint32_t m_section : 1; variable
DDWARFUnit.h217 DIERef::Section GetDebugSection() const { return m_section; } in GetDebugSection()
334 const DIERef::Section m_section; variable
DDWARFUnit.cpp37 m_cancel_scopes(false), m_section(section), m_is_dwo(is_dwo) {} in DWARFUnit()
890 return m_section == DIERef::Section::DebugTypes in GetData()