LLVM API Documentation
#include <PassSupport.h>
Inheritance diagram for llvm::RegisterPass< PassName >:


Public Member Functions | |
| RegisterPass (const char *PassArg, const char *Name, unsigned char PassTy=0) | |
| RegisterPass (const char *PassArg, const char *Name, unsigned char PassTy, Pass *(*ctor)()) | |
| RegisterPass (const char *PassArg, const char *Name, unsigned char PassTy, Pass *(*targetctor)(TargetMachine &)) | |
| template<typename CtorType> | |
| RegisterPass (const char *PassArg, const char *Name, unsigned char PassTy, CtorType *Fn) | |
Definition at line 189 of file PassSupport.h.
| llvm::RegisterPass< PassName >::RegisterPass | ( | const char * | PassArg, | |
| const char * | Name, | |||
| unsigned char | PassTy = 0 | |||
| ) | [inline] |
Definition at line 192 of file PassSupport.h.
| llvm::RegisterPass< PassName >::RegisterPass | ( | const char * | PassArg, | |
| const char * | Name, | |||
| unsigned char | PassTy, | |||
| Pass *(*)() | ctor | |||
| ) | [inline] |
Definition at line 197 of file PassSupport.h.
| llvm::RegisterPass< PassName >::RegisterPass | ( | const char * | PassArg, | |
| const char * | Name, | |||
| unsigned char | PassTy, | |||
| Pass *(*)(TargetMachine &) | targetctor | |||
| ) | [inline] |
Definition at line 202 of file PassSupport.h.
| llvm::RegisterPass< PassName >::RegisterPass | ( | const char * | PassArg, | |
| const char * | Name, | |||
| unsigned char | PassTy, | |||
| CtorType * | Fn | |||
| ) | [inline] |
Definition at line 209 of file PassSupport.h.