LLVM: llvm::BuildAttributeSubSection Struct Reference (original) (raw)

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

Public Attributes
std::string Name
unsigned IsOptional
unsigned ParameterType
SmallVector< BuildAttributeItem, 64 > Content

Detailed Description

Definition at line 39 of file ELFAttributes.h.

Member Data Documentation

Content

SmallVector<BuildAttributeItem, 64> llvm::BuildAttributeSubSection::Content

Definition at line 43 of file ELFAttributes.h.

Referenced by llvm::ELFExtendedAttrParser::parse().

IsOptional

unsigned llvm::BuildAttributeSubSection::IsOptional

Definition at line 41 of file ELFAttributes.h.

Referenced by llvm::ELFExtendedAttrParser::parse().

Name

std::string llvm::BuildAttributeSubSection::Name

Definition at line 40 of file ELFAttributes.h.

Referenced by llvm::ELFExtendedAttrParser::parse().

ParameterType

unsigned llvm::BuildAttributeSubSection::ParameterType

Definition at line 42 of file ELFAttributes.h.

Referenced by llvm::ELFExtendedAttrParser::parse().


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