Home
last modified time | relevance | path

Searched defs:AttributeItem (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp248 struct AttributeItem { struct in __anon852c50f70111::ARMTargetELFStreamer
249 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()