LLVM 22.0.0git
llvm::SubsectionAndTagToTagName Struct Reference

#include "llvm/Support/ELFAttributes.h"

Public Member Functions

 SubsectionAndTagToTagName (StringRef SN, unsigned Tg, StringRef TN)

Public Attributes

StringRef SubsectionName
unsigned Tag
StringRef TagName

Detailed Description

Definition at line 47 of file ELFAttributes.h.

Constructor & Destructor Documentation

◆ SubsectionAndTagToTagName()

llvm::SubsectionAndTagToTagName::SubsectionAndTagToTagName ( StringRef SN,
unsigned Tg,
StringRef TN )
inline

Definition at line 51 of file ELFAttributes.h.

References SubsectionName, Tag, and TagName.

Member Data Documentation

◆ SubsectionName

StringRef llvm::SubsectionAndTagToTagName::SubsectionName

Definition at line 48 of file ELFAttributes.h.

Referenced by SubsectionAndTagToTagName().

◆ Tag

unsigned llvm::SubsectionAndTagToTagName::Tag

Definition at line 49 of file ELFAttributes.h.

Referenced by SubsectionAndTagToTagName().

◆ TagName

StringRef llvm::SubsectionAndTagToTagName::TagName

Definition at line 50 of file ELFAttributes.h.

Referenced by SubsectionAndTagToTagName().


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