Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.h31 size_t NumAttributes() const { return m_attributes.size(); } in NumAttributes() function
H A DDWARFDebugAbbrev.cpp106 const size_t num_attrs = abbr_decl.NumAttributes(); in GetUnsupportedForms()
H A DDWARFDebugInfoEntry.cpp68 const uint32_t numAttributes = abbrevDecl->NumAttributes(); in FastExtract()
245 const uint32_t numAttributes = abbrevDecl->NumAttributes(); in Extract()
436 const uint32_t numAttributes = abbrevDecl->NumAttributes(); in GetDIENamesAndRanges()
627 const uint32_t numAttributes = abbrevDecl->NumAttributes(); in Dump()
806 const uint32_t num_attributes = abbrevDecl->NumAttributes(); in GetAttributes()