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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp
   75     const size_t num_attrs = abbr_decl.NumAttributes();
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
   67     const uint32_t numAttributes = abbrevDecl->NumAttributes();
  247     const uint32_t numAttributes = abbrevDecl->NumAttributes();
  420         const uint32_t numAttributes = abbrevDecl->NumAttributes();
  550     const uint32_t num_attributes = abbrevDecl->NumAttributes();
tools/lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp
  123   EXPECT_EQ(abbrev1->NumAttributes(), 1u);
  127   EXPECT_EQ(abbrev2->NumAttributes(), 1u);
  168   EXPECT_EQ(abbrev1->NumAttributes(), 1u);
  172   EXPECT_EQ(abbrev2->NumAttributes(), 1u);
  213   EXPECT_EQ(abbrev1->NumAttributes(), 1u);
  217   EXPECT_EQ(abbrev2->NumAttributes(), 1u);