LLVM API Documentation
#include <Registry.h>


Public Types | |
| typedef U | traits |
| typedef U::entry | entry |
Static Public Member Functions | |
| static iterator | begin () |
| static iterator | end () |
Friends | |
| class | node |
| class | listener |
Classes | |
| class | Add |
| class | iterator |
| class | listener |
| class | node |
| class | Parser |
Definition at line 58 of file Registry.h.
| typedef U llvm::Registry< T, U >::traits |
Definition at line 60 of file Registry.h.
| typedef U::entry llvm::Registry< T, U >::entry |
Definition at line 61 of file Registry.h.
| static iterator llvm::Registry< T, U >::begin | ( | ) | [inline, static] |
Definition at line 121 of file Registry.h.
Referenced by llvm::TargetMachineRegistry::getClosestStaticTargetForModule(), llvm::TargetMachineRegistry::getClosestTargetForJIT(), and llvm::Registry< T, U >::listener::init().
| static iterator llvm::Registry< T, U >::end | ( | ) | [inline, static] |
Definition at line 122 of file Registry.h.
Referenced by llvm::TargetMachineRegistry::getClosestStaticTargetForModule(), llvm::TargetMachineRegistry::getClosestTargetForJIT(), and llvm::Registry< T, U >::listener::init().
friend class node [friend] |
Definition at line 75 of file Registry.h.
friend class listener [friend] |
Definition at line 78 of file Registry.h.
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.