LLVM API Documentation

Public Member Functions
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]

List of all members.

Public Member Functions

 RegisterAnalysisGroup (PassInfo &RPB)
 RegisterAnalysisGroup (const char *Name)

Detailed Description

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

Definition at line 151 of file PassSupport.h.


Constructor & Destructor Documentation

template<typename Interface , bool Default = false>
llvm::RegisterAnalysisGroup< Interface, Default >::RegisterAnalysisGroup ( PassInfo RPB) [inline, explicit]

Definition at line 152 of file PassSupport.h.

template<typename Interface , bool Default = false>
llvm::RegisterAnalysisGroup< Interface, Default >::RegisterAnalysisGroup ( const char *  Name) [inline, explicit]

Definition at line 158 of file PassSupport.h.


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