LLVM 20.0.0git
|
ELF object attributes section emission support. More...
#include "llvm/MC/MCELFStreamer.h"
Public Types | |
enum | { HiddenAttribute = 0 , NumericAttribute , TextAttribute , NumericAndTextAttributes } |
Public Attributes | |
enum llvm::MCELFStreamer::AttributeItem:: { ... } | Type |
unsigned | Tag |
unsigned | IntValue |
std::string | StringValue |
ELF object attributes section emission support.
Definition at line 95 of file MCELFStreamer.h.
anonymous enum |
Enumerator | |
---|---|
HiddenAttribute | |
NumericAttribute | |
TextAttribute | |
NumericAndTextAttributes |
Definition at line 99 of file MCELFStreamer.h.
unsigned llvm::MCELFStreamer::AttributeItem::IntValue |
Definition at line 106 of file MCELFStreamer.h.
std::string llvm::MCELFStreamer::AttributeItem::StringValue |
Definition at line 107 of file MCELFStreamer.h.
unsigned llvm::MCELFStreamer::AttributeItem::Tag |
Definition at line 105 of file MCELFStreamer.h.
enum { ... } llvm::MCELFStreamer::AttributeItem::Type |