|
LLVM
8.0.1
|
#include "llvm/Support/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.
Referenced by llvm::ScopedPrinter::getOStream(), and llvm::ScopedPrinter::printEnum().
| T llvm::EnumEntry< T >::Value |
Definition at line 34 of file ScopedPrinter.h.
Referenced by llvm::ScopedPrinter::getOStream(), llvm::ScopedPrinter::printFlags(), and llvm::to_string().
1.8.13