Lines Matching defs:abbrevDecl
70 const auto *abbrevDecl = GetAbbreviationDeclarationPtr(&unit);
71 if (abbrevDecl == nullptr)
74 m_tag = abbrevDecl->getTag();
75 m_has_children = abbrevDecl->hasChildren();
77 for (const auto &attribute : abbrevDecl->attributes()) {
133 if (const auto *abbrevDecl = GetAbbreviationDeclarationPtr(cu)) {
142 for (const auto &attribute : abbrevDecl->attributes()) {
298 const auto *abbrevDecl = GetAbbreviationDeclarationPtr(cu);
299 if (!abbrevDecl) {
307 for (const auto &attribute : abbrevDecl->attributes()) {
360 if (const auto *abbrevDecl = GetAbbreviationDeclarationPtr(cu)) {
361 std::optional<uint32_t> attr_idx = abbrevDecl->findAttributeIndex(attr);
369 DWARFFormValue::SkipValue(abbrevDecl->getFormByIndex(idx++), data,
374 form_value.SetForm(abbrevDecl->getFormByIndex(idx));