Lines Matching refs:AttrValue
237 const DWARFAttribute &AttrValue, unsigned Indent, in dumpAttribute() argument
244 dwarf::Attribute Attr = AttrValue.Attr; in dumpAttribute()
247 dwarf::Form Form = AttrValue.Value.getForm(); in dumpAttribute()
252 const DWARFFormValue &FormValue = AttrValue.Value; in dumpAttribute()
650 for (const DWARFAttribute &AttrValue : attributes()) in dump() local
651 dumpAttribute(OS, *this, AttrValue, Indent, DumpOpts); in dump()
719 AttrValue.Offset = D.getOffset() + AbbrDecl->getCodeByteSize(); in attribute_iterator()
730 AttrValue.Attr = AbbrDecl.getAttrByIndex(Index); in updateForIndex()
732 AttrValue.Offset += AttrValue.ByteSize; in updateForIndex()
733 uint64_t ParseOffset = AttrValue.Offset; in updateForIndex()
735 AttrValue.Value = DWARFFormValue::createFromSValue( in updateForIndex()
741 AttrValue.Value = DWARFFormValue::createFromUnit( in updateForIndex()
744 AttrValue.ByteSize = ParseOffset - AttrValue.Offset; in updateForIndex()
747 AttrValue = {}; in updateForIndex()