Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp276 struct AttributeItem { struct in __anone03cb0ff0111::ARMTargetELFStreamer
277 enum {
282 } Type;
283 unsigned Tag;
284 unsigned IntValue;
285 std::string StringValue;
287 static bool LessTag(const AttributeItem &LHS, const AttributeItem &RHS) { in LessTag()