Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp642 if (AttributeItem *Item = getAttributeItem(Attribute)) { in setAttributeItem()
645 Item->Type = AttributeItem::NumericAttribute; in setAttributeItem()
651 AttributeItem Item = {AttributeItem::NumericAttribute, Attribute, Value, in setAttributeItem()
659 if (AttributeItem *Item = getAttributeItem(Attribute)) { in setAttributeItem()
662 Item->Type = AttributeItem::TextAttribute; in setAttributeItem()
668 AttributeItem Item = {AttributeItem::TextAttribute, Attribute, 0, in setAttributeItem()
677 if (AttributeItem *Item = getAttributeItem(Attribute)) { in setAttributeItems()
680 Item->Type = AttributeItem::NumericAndTextAttributes; in setAttributeItems()
687 AttributeItem Item = {AttributeItem::NumericAndTextAttributes, Attribute, in setAttributeItems()
692 MCELFStreamer::AttributeItem *
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.h95 struct AttributeItem { struct
111 SmallVector<AttributeItem, 64> Contents; argument
124 AttributeItem *getAttributeItem(unsigned Attribute);
125 size_t calculateContentSize(SmallVector<AttributeItem, 64> &AttrsVec);
128 SmallVector<AttributeItem, 64> &AttrsVec);
131 SmallVector<AttributeItem, 64> GNUAttributes;
135 AttributeItem Item = {AttributeItem::NumericAttribute, Tag, Value, in emitGNUAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.h23 struct AttributeItem { struct
31 SmallVector<AttributeItem, 64> Contents; argument
35 AttributeItem *getAttributeItem(unsigned Attribute) { in getAttributeItem()
45 if (AttributeItem *Item = getAttributeItem(Attribute)) { in setAttributeItem()
60 if (AttributeItem *Item = getAttributeItem(Attribute)) { in setAttributeItem()
75 if (AttributeItem *Item = getAttributeItem(Attribute)) { in setAttributeItems()
H A DCSKYELFStreamer.cpp112 for (AttributeItem item : Contents) { in finishAttributeSection()
137 for (AttributeItem item : Contents) { in calculateContentSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1053 auto LessTag = [](const MCELFStreamer::AttributeItem &LHS, in finishAttributeSection()
1054 const MCELFStreamer::AttributeItem &RHS) -> bool { in finishAttributeSection()