Searched defs:AttributeItem (Results 1 – 1 of 1) sorted by relevance
276 struct AttributeItem { struct in __anone03cb0ff0111::ARMTargetELFStreamer277 enum {282 } Type;283 unsigned Tag;284 unsigned IntValue;285 std::string StringValue;287 static bool LessTag(const AttributeItem &LHS, const AttributeItem &RHS) { in LessTag()