Lines Matching refs:AbbrevDecl
47 if (AbbrevDecl) { in dump()
56 AbbrevDecl->hasChildren() ? '*' : ' '); in dump()
59 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in dump()
193 AbbrevDecl = nullptr; in extractFast()
196 AbbrevDecl = U->getAbbreviations()->getAbbreviationDeclaration(AbbrCode); in extractFast()
197 if (nullptr == AbbrevDecl) { in extractFast()
207 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in extractFast()
235 if (!AbbrevDecl) in getAttributeValue()
238 uint32_t AttrIdx = AbbrevDecl->findAttributeIndex(Attr); in getAttributeValue()
250 DWARFFormValue::skipValue(AbbrevDecl->getFormByIndex(i), in getAttributeValue()
254 FormValue = DWARFFormValue(AbbrevDecl->getFormByIndex(AttrIdx)); in getAttributeValue()