LLVM 20.0.0git
Public Attributes | List of all members
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 113 of file MCELFStreamer.h.

Member Data Documentation

◆ Content

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

Definition at line 118 of file MCELFStreamer.h.

◆ IsActive

bool llvm::MCELFStreamer::AttributeSubSection::IsActive

Definition at line 114 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: