Searched refs:AbbrevDecl (Results 1 – 2 of 2) sorted by relevance
36 const DWARFAbbreviationDeclaration *AbbrevDecl; variable39 : Offset(0), SiblingIdx(0), AbbrevDecl(nullptr) {} in DWARFDebugInfoEntryMinimal()51 uint32_t getTag() const { return AbbrevDecl ? AbbrevDecl->getTag() : 0; } in getTag()52 bool isNULL() const { return AbbrevDecl == nullptr; } in isNULL()61 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); } in hasChildren()86 return AbbrevDecl; in getAbbreviationDeclarationPtr()
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()[all …]