|
LLVM
3.7.0
|
#include "llvm/ADT/iterator_range.h"#include "llvm/ADT/STLExtras.h"#include "llvm/Support/Compiler.h"#include <memory>Go to the source code of this file.
Classes | |
| class | llvm::SimpleRegistryEntry< T > |
| A simple registry entry which provides only a name, description, and no-argument constructor. More... | |
| class | llvm::RegistryTraits< T > |
| Traits for registry entries. More... | |
| class | llvm::Registry< T, U > |
| 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, U >::node |
| Node in linked list of entries. More... | |
| class | llvm::Registry< T, U >::iterator |
| Iterators for registry entries. More... | |
| class | llvm::Registry< T, U >::listener |
| Abstract base class for registry listeners, which are informed when new entries are added to the registry. More... | |
| class | llvm::Registry< T, U >::Add< V > |
| A static registration template. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
1.8.6