LLVM API Documentation
#include <Registry.h>
Classes | |
class | Add |
class | iterator |
class | listener |
class | node |
Public Types | |
typedef U | traits |
typedef U::entry | entry |
Static Public Member Functions | |
static iterator | begin () |
static iterator | end () |
Friends | |
class | node |
class | listener |
A global registry used in conjunction with static constructors to make pluggable components (like targets or garbage collectors) "just work" when linked with an executable.
Definition at line 58 of file Registry.h.
typedef U::entry llvm::Registry< T, U >::entry |
Definition at line 61 of file Registry.h.
typedef U llvm::Registry< T, U >::traits |
Definition at line 60 of file Registry.h.
|
inlinestatic |
Definition at line 118 of file Registry.h.
Referenced by llvm::Registry< T, U >::listener::init().
|
inlinestatic |
Definition at line 119 of file Registry.h.
Referenced by llvm::Registry< T, U >::listener::init().
|
friend |
Definition at line 78 of file Registry.h.
|
friend |
Definition at line 75 of file Registry.h.