Lines Matching defs:AbbrDecl
673 auto AbbrDecl = Die.getAbbreviationDeclarationPtr();
674 assert(AbbrDecl && "Must have abbreviation declaration");
677 Index = AbbrDecl->getNumAttributes();
680 AttrValue.Offset = D.getOffset() + AbbrDecl->getCodeByteSize();
681 updateForIndex(*AbbrDecl, 0);
686 const DWARFAbbreviationDeclaration &AbbrDecl, uint32_t I) {
688 // AbbrDecl must be valid before calling this function.
689 auto NumAttrs = AbbrDecl.getNumAttributes();
691 AttrValue.Attr = AbbrDecl.getAttrByIndex(Index);
695 if (AbbrDecl.getAttrIsImplicitConstByIndex(Index))
697 AbbrDecl.getFormByIndex(Index),
698 AbbrDecl.getAttrImplicitConstValueByIndex(Index));
703 AbbrDecl.getFormByIndex(Index), U, &ParseOffset);
713 if (auto AbbrDecl = Die.getAbbreviationDeclarationPtr())
714 updateForIndex(*AbbrDecl, Index + 1);