Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp39 cu_sp->m_unit_type = debug_info.GetU8(offset_ptr); in Extract()
43 if (cu_sp->m_unit_type == llvm::dwarf::DW_UT_skeleton) in Extract()
82 switch (m_unit_type) { in GetHeaderByteSize()
H A DDWARFUnit.h208 uint8_t m_unit_type = 0; variable