reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
  751     header.m_unit_type = data.GetU8(offset_ptr);
  754     if (header.m_unit_type == llvm::dwarf::DW_UT_skeleton)
  759     header.m_unit_type =
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
   58   uint8_t GetUnitType() const { return m_unit_type; }
   62     return m_unit_type == DW_UT_type || m_unit_type == DW_UT_split_type;
   62     return m_unit_type == DW_UT_type || m_unit_type == DW_UT_split_type;