Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCELFStreamer.h84 struct AttributeItem { struct
100 SmallVector<AttributeItem, 64> Contents; argument
113 AttributeItem *getAttributeItem(unsigned Attribute);
114 size_t calculateContentSize(SmallVector<AttributeItem, 64> &AttrsVec);
117 SmallVector<AttributeItem, 64> &AttrsVec);
120 SmallVector<AttributeItem, 64> GNUAttributes;
124 AttributeItem Item = {AttributeItem::NumericAttribute, Tag, Value, in emitGNUAttribute()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCELFStreamer.cpp740 if (AttributeItem *Item = getAttributeItem(Attribute)) { in setAttributeItem()
743 Item->Type = AttributeItem::NumericAttribute; in setAttributeItem()
749 AttributeItem Item = {AttributeItem::NumericAttribute, Attribute, Value, in setAttributeItem()
757 if (AttributeItem *Item = getAttributeItem(Attribute)) { in setAttributeItem()
760 Item->Type = AttributeItem::TextAttribute; in setAttributeItem()
766 AttributeItem Item = {AttributeItem::TextAttribute, Attribute, 0, in setAttributeItem()
775 if (AttributeItem *Item = getAttributeItem(Attribute)) { in setAttributeItems()
778 Item->Type = AttributeItem::NumericAndTextAttributes; in setAttributeItems()
785 AttributeItem Item = {AttributeItem::NumericAndTextAttributes, Attribute, in setAttributeItems()
790 MCELFStreamer::AttributeItem *
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFStreamer.h21 struct AttributeItem { struct
29 SmallVector<AttributeItem, 64> Contents; argument
33 AttributeItem *getAttributeItem(unsigned Attribute) { in getAttributeItem()
43 if (AttributeItem *Item = getAttributeItem(Attribute)) { in setAttributeItem()
58 if (AttributeItem *Item = getAttributeItem(Attribute)) { in setAttributeItem()
73 if (AttributeItem *Item = getAttributeItem(Attribute)) { in setAttributeItems()
DRISCVELFStreamer.cpp128 for (AttributeItem item : Contents) { in finishAttributeSection()
153 for (AttributeItem item : Contents) { in calculateContentSize()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp950 auto LessTag = [](const MCELFStreamer::AttributeItem &LHS, in finishAttributeSection()
951 const MCELFStreamer::AttributeItem &RHS) -> bool { in finishAttributeSection()