LLVM API Documentation
#include <Registry.h>
Public Types | |
typedef SimpleRegistryEntry< T > | entry |
Static Public Member Functions | |
static const char * | nameof (const entry &Entry) |
nameof/descof - Accessors for name and description of entries. These are More... | |
static const char * | descof (const entry &Entry) |
Traits for registry entries. If using other than SimpleRegistryEntry, it is necessary to define an alternate traits class.
Definition at line 41 of file Registry.h.
typedef SimpleRegistryEntry<T> llvm::RegistryTraits< T >::entry |
Definition at line 45 of file Registry.h.
|
inlinestatic |
Definition at line 50 of file Registry.h.
References llvm::SimpleRegistryEntry< T >::getDesc().
|
inlinestatic |
nameof/descof - Accessors for name and description of entries. These are
Definition at line 49 of file Registry.h.
References llvm::SimpleRegistryEntry< T >::getName().