LLVM 22.0.0git
llvm::MCELFStreamer::AttributeSubSection Struct Reference

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

Detailed Description

ELF object attributes subsection support.

Definition at line 95 of file MCELFStreamer.h.

Member Data Documentation

◆ Content

SmallVector<AttributeItem, 64> llvm::MCELFStreamer::AttributeSubSection::Content

Definition at line 100 of file MCELFStreamer.h.

◆ IsActive

bool llvm::MCELFStreamer::AttributeSubSection::IsActive

Definition at line 96 of file MCELFStreamer.h.

◆ IsOptional

unsigned llvm::MCELFStreamer::AttributeSubSection::IsOptional

◆ ParameterType

unsigned llvm::MCELFStreamer::AttributeSubSection::ParameterType

◆ VendorName

StringRef llvm::MCELFStreamer::AttributeSubSection::VendorName

The documentation for this struct was generated from the following file: