Encoding kind of the attribute value.
Declared in <llvm/MC/MCELFStreamer.h>
enum Types;
| Name | Description |
|---|---|
HiddenAttribute | Attribute present but not emitted. |
NumericAttribute | ULEB128-encoded integer value. |
TextAttribute | Null-terminated byte string value. |
NumericAndTextAttributes | Both an integer and a string value. |