Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp248 struct AttributeItem { struct in __anone640fd010111::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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp277 struct AttributeItem { struct in __anon8b0eca990111::ARMTargetELFStreamer
278 enum {
283 } Type;
284 unsigned Tag;
285 unsigned IntValue;
286 std::string StringValue;
288 static bool LessTag(const AttributeItem &LHS, const AttributeItem &RHS) { in LessTag()