Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.h36 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...]
H A DDWARFUnit.h203 DIERef::Section GetDebugSection() const { return m_section; } in GetDebugSection()
350 const DIERef::Section m_section; variable
H A DDWARFUnit.cpp40 m_cancel_scopes(false), m_section(section), m_is_dwo(is_dwo), in DWARFUnit()
997 return m_section == DIERef::Section::DebugTypes in GetData()