Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFUnit.h49 uint8_t m_unit_type = 0; variable
65 uint8_t GetUnitType() const { return m_unit_type; } in GetUnitType()
73 return m_unit_type == llvm::dwarf::DW_UT_type || in IsTypeUnit()
74 m_unit_type == llvm::dwarf::DW_UT_split_type; in IsTypeUnit()
DDWARFUnit.cpp887 header.m_unit_type = data.GetU8(offset_ptr); in extract()
890 if (header.m_unit_type == llvm::dwarf::DW_UT_skeleton || in extract()
891 header.m_unit_type == llvm::dwarf::DW_UT_split_compile) in extract()
896 header.m_unit_type = in extract()