LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::RegisterLLC< PassName > Struct Template Reference

#include <PassSupport.h>

Inheritance diagram for llvm::RegisterLLC< PassName >:

Inheritance graph
[legend]
Collaboration diagram for llvm::RegisterLLC< PassName >:

Collaboration graph
[legend]
List of all members.

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 &))

Detailed Description

template<typename PassName>
struct llvm::RegisterLLC< PassName >

RegisterLLC - Register something that is to show up in LLC, this is just a shortcut for specifying RegisterPass...

Definition at line 276 of file PassSupport.h.


Constructor & Destructor Documentation

template<typename PassName>
llvm::RegisterLLC< PassName >::RegisterLLC const char *  PassArg,
const char *  Name
[inline]
 

Definition at line 277 of file PassSupport.h.

References llvm::PassInfo::LLC, and llvm::RegisterPassBase::registerPass().

template<typename PassName>
llvm::RegisterLLC< PassName >::RegisterLLC const char *  PassArg,
const char *  Name,
Pass *(*)()  ctor
[inline]
 

Register Pass using default constructor explicitly...

Definition at line 285 of file PassSupport.h.

References llvm::PassInfo::LLC, and llvm::RegisterPassBase::registerPass().

template<typename PassName>
llvm::RegisterLLC< PassName >::RegisterLLC const char *  PassArg,
const char *  Name,
Pass *(*)(TargetMachine &)  datactor
[inline]
 

Register Pass using TargetMachine constructor...

Definition at line 292 of file PassSupport.h.

References llvm::PassInfo::LLC, and llvm::RegisterPassBase::registerPass().


The documentation for this struct was generated from the following file: