LLVM: llvm::MCELFStreamer::AttributeSubSection Struct Reference (original) (raw)

ELF object attributes subsection support. More...

#include "[llvm/MC/MCELFStreamer.h](MCELFStreamer%5F8h%5Fsource.html)"

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.

Content

IsActive

bool llvm::MCELFStreamer::AttributeSubSection::IsActive

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: