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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
  763   if (header.IsTypeUnit()) {
  772       !header.IsTypeUnit() || (header.m_type_offset <= header.GetLength());
  819   if (expected_header->IsTypeUnit())
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
  215   bool IsTypeUnit() const { return m_header.IsTypeUnit(); }