ELF object attributes section emission support.
Declared in <llvm/MC/MCELFStreamer.h>
struct AttributeItem;
Holds attributes with their string and/or numeric values so they can be emitted later in declaration order from a single vector.
| Name | Description |
|---|---|
Types | Encoding kind of the attribute value. |
| Name | Description |
|---|---|
AttributeItem [constructor] | Construct an attribute item with the given type, tag, and values. |
| Name | Description |
|---|---|
IntValue | Integer value for numeric attributes. |
StringValue | String value for text attributes. |
Tag | Attribute tag number. |
Type | Value encoding for this attribute. |