Lines Matching defs:AbbrDecl
691 auto AbbrDecl = Die.getAbbreviationDeclarationPtr();
692 assert(AbbrDecl && "Must have abbreviation declaration");
695 Index = AbbrDecl->getNumAttributes();
698 AttrValue.Offset = D.getOffset() + AbbrDecl->getCodeByteSize();
699 updateForIndex(*AbbrDecl, 0);
704 const DWARFAbbreviationDeclaration &AbbrDecl, uint32_t I) {
706 // AbbrDecl must be valid before calling this function.
707 auto NumAttrs = AbbrDecl.getNumAttributes();
709 AttrValue.Attr = AbbrDecl.getAttrByIndex(Index);
713 if (AbbrDecl.getAttrIsImplicitConstByIndex(Index))
715 AbbrDecl.getFormByIndex(Index),
716 AbbrDecl.getAttrImplicitConstValueByIndex(Index));
721 AbbrDecl.getFormByIndex(Index), U, &ParseOffset);
731 if (auto AbbrDecl = Die.getAbbreviationDeclarationPtr())
732 updateForIndex(*AbbrDecl, Index + 1);