Searched defs:AttributeItem (Results 1 – 1 of 1) sorted by relevance
291 struct AttributeItem { struct in __anon4e7726870111::ARMTargetELFStreamer292 enum {297 } Type;298 unsigned Tag;299 unsigned IntValue;300 StringRef StringValue;302 static bool LessTag(const AttributeItem &LHS, const AttributeItem &RHS) { in LessTag()