Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.h21 struct AttributeItem { struct
29 SmallVector<AttributeItem, 64> Contents; argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp280 struct AttributeItem { struct in __anonf133901f0111::ARMTargetELFStreamer
281 enum {
286 } Type;
287 unsigned Tag;
288 unsigned IntValue;
289 std::string StringValue;
291 static bool LessTag(const AttributeItem &LHS, const AttributeItem &RHS) { in LessTag()