Lines Matching refs:AbbrevDecl
34 if (AbbrevDecl) { in dump()
41 AbbrevDecl->hasChildren() ? '*' : ' '); in dump()
44 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in dump()
103 AbbrevDecl = nullptr; in extractFast()
106 AbbrevDecl = U->getAbbreviations()->getAbbreviationDeclaration(AbbrCode); in extractFast()
107 if (nullptr == AbbrevDecl) { in extractFast()
117 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in extractFast()
145 if (!AbbrevDecl) in getAttributeValue()
148 uint32_t AttrIdx = AbbrevDecl->findAttributeIndex(Attr); in getAttributeValue()
160 DWARFFormValue::skipValue(AbbrevDecl->getFormByIndex(i), in getAttributeValue()
164 FormValue = DWARFFormValue(AbbrevDecl->getFormByIndex(AttrIdx)); in getAttributeValue()