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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp54 const auto *abbrevDecl = GetAbbreviationDeclarationPtr(cu); local
55 if (abbrevDecl == nullptr) {
64 m_tag = abbrevDecl->Tag();
65 m_has_children = abbrevDecl->HasChildren();
67 const uint32_t numAttributes = abbrevDecl->NumAttributes();
71 form = abbrevDecl->GetFormByIndexUnchecked(i);
236 const auto *abbrevDecl = GetAbbreviationDeclarationPtr(cu); local
241 if (abbrevDecl) {
248 const uint32_t numAttributes = abbrevDecl->NumAttributes();
254 abbrevDecl
415 const auto *abbrevDecl = GetAbbreviationDeclarationPtr(cu); local
544 const auto *abbrevDecl = GetAbbreviationDeclarationPtr(cu); local
[all...]

Completed in 155 milliseconds