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