llvm::MCELFStreamer::AttributeItem::Types

Encoding kind of the attribute value.

Synopsis

Declared in <llvm/MC/MCELFStreamer.h>

enum Types;

Members

NameDescription
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.