|
LLVM 22.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 27 of file ScopedPrinter.h.
|
inlineconstexpr |
| StringRef llvm::EnumEntry< T >::AltName |
Definition at line 36 of file ScopedPrinter.h.
Referenced by EnumEntry(), and EnumEntry().
| StringRef llvm::EnumEntry< T >::Name |
Definition at line 28 of file ScopedPrinter.h.
Referenced by EnumEntry(), and EnumEntry().
| T llvm::EnumEntry< T >::Value |
Definition at line 37 of file ScopedPrinter.h.
Referenced by EnumEntry(), and EnumEntry().