Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp309 struct AttributeItem { struct in __anond09109f60111::ARMTargetELFStreamer
310 enum {
315 } Type;
316 unsigned Tag;
317 unsigned IntValue;
318 StringRef StringValue;
320 static bool LessTag(const AttributeItem &LHS, const AttributeItem &RHS) { in LessTag()