Searched defs:AttributeItem (Results 1 – 2 of 2) sorted by relevance
21 struct AttributeItem { struct29 SmallVector<AttributeItem, 64> Contents; argument
280 struct AttributeItem { struct in __anonf133901f0111::ARMTargetELFStreamer281 enum {286 } Type;287 unsigned Tag;288 unsigned IntValue;289 std::string StringValue;291 static bool LessTag(const AttributeItem &LHS, const AttributeItem &RHS) { in LessTag()