Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp291 struct AttributeItem { struct in __anon4e7726870111::ARMTargetELFStreamer
292 enum {
297 } Type;
298 unsigned Tag;
299 unsigned IntValue;
300 StringRef StringValue;
302 static bool LessTag(const AttributeItem &LHS, const AttributeItem &RHS) { in LessTag()