Lines Matching defs:AttrValue
110 const DWARFAttribute &AttrValue, unsigned Indent,
117 dwarf::Attribute Attr = AttrValue.Attr;
120 dwarf::Form Form = AttrValue.Value.getForm();
125 const DWARFFormValue &FormValue = AttrValue.Value;
629 for (const DWARFAttribute &AttrValue : attributes())
630 dumpAttribute(OS, *this, AttrValue, Indent, DumpOpts);
698 AttrValue.Offset = D.getOffset() + AbbrDecl->getCodeByteSize();
709 AttrValue.Attr = AbbrDecl.getAttrByIndex(Index);
711 AttrValue.Offset += AttrValue.ByteSize;
712 uint64_t ParseOffset = AttrValue.Offset;
714 AttrValue.Value = DWARFFormValue::createFromSValue(
720 AttrValue.Value = DWARFFormValue::createFromUnit(
723 AttrValue.ByteSize = ParseOffset - AttrValue.Offset;
726 AttrValue = {};