LLVM API Documentation
#include <PassSupport.h>
Inheritance diagram for llvm::RegisterLLC< PassName >:
Public Member Functions | |
RegisterLLC (const char *PassArg, const char *Name) | |
RegisterLLC (const char *PassArg, const char *Name, Pass *(*ctor)()) | |
RegisterLLC (const char *PassArg, const char *Name, Pass *(*datactor)(TargetMachine &)) |
Definition at line 276 of file PassSupport.h.
|
Definition at line 277 of file PassSupport.h. References llvm::PassInfo::LLC, and llvm::RegisterPassBase::registerPass(). |
|
Register Pass using default constructor explicitly... Definition at line 285 of file PassSupport.h. References llvm::PassInfo::LLC, and llvm::RegisterPassBase::registerPass(). |
|
Register Pass using TargetMachine constructor... Definition at line 292 of file PassSupport.h. References llvm::PassInfo::LLC, and llvm::RegisterPassBase::registerPass(). |