Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp70 const auto *abbrevDecl = GetAbbreviationDeclarationPtr(&unit); in Extract() local
71 if (abbrevDecl == nullptr) in Extract()
74 m_tag = abbrevDecl->getTag(); in Extract()
75 m_has_children = abbrevDecl->hasChildren(); in Extract()
77 for (const auto &attribute : abbrevDecl->attributes()) { in Extract()
133 if (const auto *abbrevDecl = GetAbbreviationDeclarationPtr(cu)) { in GetDIENamesAndRanges() local
142 for (const auto &attribute : abbrevDecl->attributes()) { in GetDIENamesAndRanges()
298 const auto *abbrevDecl = GetAbbreviationDeclarationPtr(cu); in GetAttributes() local
299 if (!abbrevDecl) { in GetAttributes()
307 for (const auto &attribute : abbrevDecl->attributes()) { in GetAttributes()
[all …]