LLVM API Documentation
#include <Registry.h>
Public Member Functions | |
SimpleRegistryEntry (const char *N, const char *D, T *(*C)()) | |
const char * | getName () const |
const char * | getDesc () const |
T * | instantiate () const |
A simple registry entry which provides only a name, description, and no-argument constructor.
Definition at line 23 of file Registry.h.
|
inline |
Definition at line 28 of file Registry.h.
|
inline |
Definition at line 33 of file Registry.h.
Referenced by llvm::RegistryTraits< T >::descof().
|
inline |
Definition at line 32 of file Registry.h.
Referenced by llvm::RegistryTraits< T >::nameof().
|
inline |
Definition at line 34 of file Registry.h.