LLVM 20.0.0git
|
ELF object attributes subsection support. More...
#include "llvm/MC/MCELFStreamer.h"
Public Attributes | |
bool | IsActive |
StringRef | VendorName |
unsigned | IsOptional |
unsigned | ParameterType |
SmallVector< AttributeItem, 64 > | Content |
ELF object attributes subsection support.
Definition at line 113 of file MCELFStreamer.h.
SmallVector<AttributeItem, 64> llvm::MCELFStreamer::AttributeSubSection::Content |
Definition at line 118 of file MCELFStreamer.h.
bool llvm::MCELFStreamer::AttributeSubSection::IsActive |
Definition at line 114 of file MCELFStreamer.h.
unsigned llvm::MCELFStreamer::AttributeSubSection::IsOptional |
Definition at line 116 of file MCELFStreamer.h.
Referenced by llvm::AArch64TargetStreamer::emitAtributesSubsection().
unsigned llvm::MCELFStreamer::AttributeSubSection::ParameterType |
Definition at line 117 of file MCELFStreamer.h.
Referenced by llvm::AArch64TargetStreamer::emitAtributesSubsection().
StringRef llvm::MCELFStreamer::AttributeSubSection::VendorName |
Definition at line 115 of file MCELFStreamer.h.
Referenced by llvm::AArch64TargetStreamer::emitAtributesSubsection().