LLVM 22.0.0git
Public Member Functions | Public Attributes | List of all members
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.

Member Data Documentation

◆ SubsectionName

StringRef llvm::SubsectionAndTagToTagName::SubsectionName

Definition at line 48 of file ELFAttributes.h.

◆ Tag

unsigned llvm::SubsectionAndTagToTagName::Tag

Definition at line 49 of file ELFAttributes.h.

◆ TagName

StringRef llvm::SubsectionAndTagToTagName::TagName

Definition at line 50 of file ELFAttributes.h.


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