Searched refs:DeprecatedAttribute (Results 1 – 1 of 1) sorted by relevance
1008 struct DeprecatedAttribute : Attribute { struct1010 static DeprecatedAttribute* Read(const u1 *&, Constant *attribute_name) { in Read() argument1011 DeprecatedAttribute *attr = new DeprecatedAttribute; in Read()1321 attributes.push_back(DeprecatedAttribute::Read(p, attribute_name)); in ReadAttrs()