|
LLVM 23.0.0git
|
A simple registry entry which provides only a name, description, and an CtorParamTypes&& variadic parameterized constructor. More...
#include "llvm/Support/Registry.h"
Public Member Functions | |
| SimpleRegistryEntry (StringRef N, StringRef D, FactoryFnRef C) | |
| StringRef | getName () const |
| StringRef | getDesc () const |
| std::unique_ptr< T > | instantiate (CtorParamTypes &&...Params) const |
A simple registry entry which provides only a name, description, and an CtorParamTypes&& variadic parameterized constructor.
Definition at line 27 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.