|
LLVM
4.0.0
|
#include <ScopedPrinter.h>
Public Member Functions | |
| EnumEntry (StringRef N, StringRef A, T V) | |
| EnumEntry (StringRef N, T V) | |
Public Attributes | |
| StringRef | Name |
| StringRef | AltName |
| T | Value |
Definition at line 24 of file ScopedPrinter.h.
Definition at line 35 of file ScopedPrinter.h.
|
inline |
Definition at line 36 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.
1.8.6