Searched defs:AttributeItem (Results 1 – 1 of 1) sorted by relevance
309 struct AttributeItem { struct in __anond09109f60111::ARMTargetELFStreamer310 enum {315 } Type;316 unsigned Tag;317 unsigned IntValue;318 StringRef StringValue;320 static bool LessTag(const AttributeItem &LHS, const AttributeItem &RHS) { in LessTag()