Lines Matching defs:abbrevDecl
69 const auto *abbrevDecl = GetAbbreviationDeclarationPtr(&unit);
70 if (abbrevDecl == nullptr)
73 m_tag = abbrevDecl->getTag();
74 m_has_children = abbrevDecl->hasChildren();
76 for (const auto &attribute : abbrevDecl->attributes()) {
119 if (const auto *abbrevDecl = GetAbbreviationDeclarationPtr(cu)) {
128 for (const auto &attribute : abbrevDecl->attributes()) {
302 const auto *abbrevDecl =
304 if (!abbrevDecl)
312 for (const auto &attribute : abbrevDecl->attributes()) {
391 if (const auto *abbrevDecl = GetAbbreviationDeclarationPtr(cu)) {
392 std::optional<uint32_t> attr_idx = abbrevDecl->findAttributeIndex(attr);
400 DWARFFormValue::SkipValue(abbrevDecl->getFormByIndex(idx++), data,
405 form_value.SetForm(abbrevDecl->getFormByIndex(idx));