LLVM 20.0.0git
|
#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 |
Definition at line 24 of file ScopedPrinter.h.
|
inlineconstexpr |
Definition at line 35 of file ScopedPrinter.h.
|
inlineconstexpr |
Definition at line 37 of file ScopedPrinter.h.
StringRef llvm::EnumEntry< T >::AltName |
Definition at line 33 of file ScopedPrinter.h.
StringRef llvm::EnumEntry< T >::Name |
Definition at line 25 of file ScopedPrinter.h.
T llvm::EnumEntry< T >::Value |
Definition at line 34 of file ScopedPrinter.h.