Home
last modified time | relevance | path

Searched refs:m_unit_type (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h46 uint8_t m_unit_type = 0; variable
62 uint8_t GetUnitType() const { return m_unit_type; } in GetUnitType()
70 return m_unit_type == DW_UT_type || m_unit_type == DW_UT_split_type; in IsTypeUnit()
H A DDWARFUnit.cpp825 header.m_unit_type = data.GetU8(offset_ptr); in extract()
828 if (header.m_unit_type == llvm::dwarf::DW_UT_skeleton || in extract()
829 header.m_unit_type == llvm::dwarf::DW_UT_split_compile) in extract()
834 header.m_unit_type = in extract()