|
LLVM 23.0.0git
|
#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/STLFunctionalExtras.h"#include "llvm/ADT/StringRef.h"#include "llvm/ADT/iterator_range.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/DynamicLibrary.h"#include <memory>Go to the source code of this file.
Classes | |
| class | llvm::SimpleRegistryEntry< T, CtorParamTypes > |
| A simple registry entry which provides only a name, description, and an CtorParamTypes&& variadic parameterized constructor. More... | |
| class | llvm::Registry< T, CtorParamTypes > |
| 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. More... | |
| class | llvm::Registry< T, CtorParamTypes >::node |
| Node in linked list of entries. More... | |
| class | llvm::Registry< T, CtorParamTypes >::iterator |
| Iterators for registry entries. More... | |
| class | llvm::Registry< T, CtorParamTypes >::Add< V > |
| A static registration template. More... | |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
| #define | LLVM_INSTANTIATE_REGISTRY(REGISTRY_CLASS) |
| #define LLVM_INSTANTIATE_REGISTRY | ( | REGISTRY_CLASS | ) |
Definition at line 152 of file Registry.h.