Searched refs:AbbrevDecl (Results 1 – 8 of 8) sorted by relevance
33 const DWARFAbbreviationDeclaration *AbbrevDecl = nullptr; variable68 return AbbrevDecl ? AbbrevDecl->getTag() : dwarf::DW_TAG_null; in getTag()71 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); } in hasChildren()74 return AbbrevDecl; in getAbbreviationDeclarationPtr()
74 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in getTag() local75 if (AbbrevDecl) in getTag()76 return AbbrevDecl->getTag(); in getTag()
40 AbbrevDecl = nullptr; in extractFast()54 AbbrevDecl = AbbrevSet->getAbbreviationDeclaration(AbbrCode); in extractFast()55 if (!AbbrevDecl) { in extractFast()70 AbbrevDecl->getFixedAttributesByteSize(U)) { in extractFast()76 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in extractFast()
253 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in find() local254 if (AbbrevDecl) in find()255 return AbbrevDecl->getAttributeValue(getOffset(), Attr, *U); in find()263 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in find() local264 if (AbbrevDecl) { in find()266 if (auto Value = AbbrevDecl->getAttributeValue(getOffset(), Attr, *U)) in find()616 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in dump() local617 if (AbbrevDecl) { in dump()622 AbbrevDecl->hasChildren() ? '*' : ' '); in dump()
515 auto AbbrevDecl = Die->getAbbreviationDeclarationPtr(); in find() local516 if (AbbrevDecl) { in find()518 if (auto Value = AbbrevDecl->getAttributeValue(Die->getOffset(), Attr, in find()
106 for (const DWARFYAML::Abbrev &AbbrevDecl : DebugAbbrev[Index].Table) { in getAbbrevTableContentByIndex() local107 AbbrevCode = AbbrevDecl.Code ? (uint64_t)*AbbrevDecl.Code : AbbrevCode + 1; in getAbbrevTableContentByIndex()109 encodeULEB128(AbbrevDecl.Tag, OS); in getAbbrevTableContentByIndex()110 OS.write(AbbrevDecl.Children); in getAbbrevTableContentByIndex()111 for (const auto &Attr : AbbrevDecl.Attributes) { in getAbbrevTableContentByIndex()
396 if (const DWARFAbbreviationDeclaration *AbbrevDecl = in processOneDie() local398 if (AbbrevDecl) in processOneDie()400 AbbrevDecl->attributes()) in processOneDie()