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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
   88   return Tag() == rhs.Tag() && HasChildren() == rhs.HasChildren() &&
   88   return Tag() == rhs.Tag() && HasChildren() == rhs.HasChildren() &&
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
   64     m_tag = abbrevDecl->Tag();
  416         s.PutCString(DW_TAG_value_to_name(abbrevDecl->Tag()));
tools/lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp
  121   EXPECT_EQ(abbrev1->Tag(), DW_TAG_compile_unit);
  125   EXPECT_EQ(abbrev2->Tag(), DW_TAG_subprogram);
  166   EXPECT_EQ(abbrev1->Tag(), DW_TAG_compile_unit);
  170   EXPECT_EQ(abbrev2->Tag(), DW_TAG_subprogram);
  211   EXPECT_EQ(abbrev1->Tag(), DW_TAG_compile_unit);
  215   EXPECT_EQ(abbrev2->Tag(), DW_TAG_subprogram);