LLVM
8.0.1
|
A simple registry entry which provides only a name, description, and no-argument constructor. More...
#include "llvm/Support/Registry.h"
Public Member Functions | |
SimpleRegistryEntry (StringRef N, StringRef D, std::unique_ptr< T >(*C)()) | |
StringRef | getName () const |
StringRef | getDesc () const |
std::unique_ptr< T > | instantiate () const |
A simple registry entry which provides only a name, description, and no-argument constructor.
Definition at line 28 of file Registry.h.
|
inline |
Definition at line 33 of file Registry.h.
|
inline |
Definition at line 37 of file Registry.h.
|
inline |
Definition at line 36 of file Registry.h.
|
inline |
Definition at line 38 of file Registry.h.