LLVM 22.0.0git
llvm::BuildAttributeSubSection Struct Reference

#include "llvm/Support/ELFAttributes.h"

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: