LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::EnumEntry< T > Struct Template Reference

#include "llvm/Support/ScopedPrinter.h"

Public Member Functions

constexpr EnumEntry (StringRef N, StringRef A, T V)
 
constexpr EnumEntry (StringRef N, T V)
 

Public Attributes

StringRef Name
 
StringRef AltName
 
T Value
 

Detailed Description

template<typename T>
struct llvm::EnumEntry< T >

Definition at line 24 of file ScopedPrinter.h.

Constructor & Destructor Documentation

◆ EnumEntry() [1/2]

template<typename T >
constexpr llvm::EnumEntry< T >::EnumEntry ( StringRef  N,
StringRef  A,
T  V 
)
inlineconstexpr

Definition at line 35 of file ScopedPrinter.h.

◆ EnumEntry() [2/2]

template<typename T >
constexpr llvm::EnumEntry< T >::EnumEntry ( StringRef  N,
T  V 
)
inlineconstexpr

Definition at line 37 of file ScopedPrinter.h.

Member Data Documentation

◆ AltName

template<typename T >
StringRef llvm::EnumEntry< T >::AltName

Definition at line 33 of file ScopedPrinter.h.

◆ Name

template<typename T >
StringRef llvm::EnumEntry< T >::Name

Definition at line 25 of file ScopedPrinter.h.

◆ Value

template<typename T >
T llvm::EnumEntry< T >::Value

Definition at line 34 of file ScopedPrinter.h.


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