Searched defs:AttributeItem (Results 1 – 1 of 1) sorted by relevance
248 struct AttributeItem { struct in __anon852c50f70111::ARMTargetELFStreamer249 enum {254 } Type;255 unsigned Tag;256 unsigned IntValue;257 std::string StringValue;259 static bool LessTag(const AttributeItem &LHS, const AttributeItem &RHS) { in LessTag()