Lines Matching refs:AbbrevDecl
47 if (AbbrevDecl) { in dump()
56 AbbrevDecl->hasChildren() ? '*' : ' '); in dump()
59 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in dump()
194 AbbrevDecl = nullptr; in extractFast()
197 AbbrevDecl = U->getAbbreviations()->getAbbreviationDeclaration(AbbrCode); in extractFast()
198 if (nullptr == AbbrevDecl) { in extractFast()
208 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in extractFast()
236 if (!AbbrevDecl) in getAttributeValue()
239 uint32_t AttrIdx = AbbrevDecl->findAttributeIndex(Attr); in getAttributeValue()
251 DWARFFormValue::skipValue(AbbrevDecl->getFormByIndex(i), in getAttributeValue()
255 FormValue = DWARFFormValue(AbbrevDecl->getFormByIndex(AttrIdx)); in getAttributeValue()