|
LLVM 22.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 95 of file MCELFStreamer.h.
| SmallVector<AttributeItem, 64> llvm::MCELFStreamer::AttributeSubSection::Content |
Definition at line 100 of file MCELFStreamer.h.
| bool llvm::MCELFStreamer::AttributeSubSection::IsActive |
Definition at line 96 of file MCELFStreamer.h.
| unsigned llvm::MCELFStreamer::AttributeSubSection::IsOptional |
Definition at line 98 of file MCELFStreamer.h.
Referenced by llvm::AArch64TargetStreamer::emitAttributesSubsection().
| unsigned llvm::MCELFStreamer::AttributeSubSection::ParameterType |
Definition at line 99 of file MCELFStreamer.h.
Referenced by llvm::AArch64TargetStreamer::emitAttributesSubsection().
| StringRef llvm::MCELFStreamer::AttributeSubSection::VendorName |
Definition at line 97 of file MCELFStreamer.h.
Referenced by llvm::AArch64TargetStreamer::emitAttributesSubsection().