LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::RegisterAnalysisGroup< Interface, Default > Struct Template Reference

#include <PassSupport.h>

Inheritance diagram for llvm::RegisterAnalysisGroup< Interface, Default >:
Inheritance graph
[legend]
Collaboration diagram for llvm::RegisterAnalysisGroup< Interface, Default >:
Collaboration graph
[legend]

Public Member Functions

 RegisterAnalysisGroup (PassInfo &RPB)
 
 RegisterAnalysisGroup (const char *Name)
 
- Public Member Functions inherited from llvm::RegisterAGBase
 RegisterAGBase (const char *Name, const void *InterfaceID, const void *PassID=0, bool isDefault=false)
 
- Public Member Functions inherited from llvm::PassInfo
 PassInfo (const char *name, const char *arg, const void *pi, NormalCtor_t normal, bool isCFGOnly, bool is_analysis)
 
 PassInfo (const char *name, const void *pi)
 
const char * getPassName () const
 
const char * getPassArgument () const
 
const void * getTypeInfo () const
 
bool isPassID (const void *IDPtr) const
 Return true if this PassID implements the specified ID pointer. More...
 
bool isAnalysisGroup () const
 
bool isAnalysis () const
 
bool isCFGOnlyPass () const
 
NormalCtor_t getNormalCtor () const
 
void setNormalCtor (NormalCtor_t Ctor)
 
PasscreatePass () const
 createPass() - Use this method to create an instance of this pass. More...
 
void addInterfaceImplemented (const PassInfo *ItfPI)
 
const std::vector< const
PassInfo * > & 
getInterfacesImplemented () const
 

Additional Inherited Members

- Public Types inherited from llvm::PassInfo
typedef Pass *(* NormalCtor_t )()
 

Detailed Description

template<typename Interface, bool Default = false>
struct llvm::RegisterAnalysisGroup< Interface, Default >

Definition at line 244 of file PassSupport.h.

Constructor & Destructor Documentation

template<typename Interface , bool Default = false>
llvm::RegisterAnalysisGroup< Interface, Default >::RegisterAnalysisGroup ( PassInfo RPB)
inlineexplicit

Definition at line 245 of file PassSupport.h.

template<typename Interface , bool Default = false>
llvm::RegisterAnalysisGroup< Interface, Default >::RegisterAnalysisGroup ( const char *  Name)
inlineexplicit

Definition at line 251 of file PassSupport.h.


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