Home
last modified time | relevance | path

Searched refs:NumAttributes (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/SymbolFile/DWARF/
H A DSymbolFileDWARFTests.cpp110 EXPECT_EQ(abbrev1->NumAttributes(), 1u); in TEST_F()
114 EXPECT_EQ(abbrev2->NumAttributes(), 1u); in TEST_F()
155 EXPECT_EQ(abbrev1->NumAttributes(), 1u); in TEST_F()
159 EXPECT_EQ(abbrev2->NumAttributes(), 1u); in TEST_F()
200 EXPECT_EQ(abbrev1->NumAttributes(), 1u); in TEST_F()
204 EXPECT_EQ(abbrev2->NumAttributes(), 1u); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.h29 size_t NumAttributes() const { return m_attributes.size(); } in NumAttributes() function
H A DDWARFDebugAbbrev.cpp74 const size_t num_attrs = abbr_decl.NumAttributes(); in GetUnsupportedForms()
H A DDWARFDebugInfoEntry.cpp72 const uint32_t numAttributes = abbrevDecl->NumAttributes(); in Extract()
252 const uint32_t numAttributes = abbrevDecl->NumAttributes(); in GetDIENamesAndRanges()
416 const uint32_t num_attributes = abbrevDecl->NumAttributes(); in GetAttributes()