Searched refs:SignatureAttribute (Results 1 – 1 of 1) sorted by relevance
983 struct SignatureAttribute : Attribute { struct985 static SignatureAttribute* Read(const u1 *&p, Constant *attribute_name) { in Read() argument986 SignatureAttribute *attr = new SignatureAttribute; in Read()1319 attributes.push_back(SignatureAttribute::Read(p, attribute_name)); in ReadAttrs()