LLVM API Documentation

llvm::RegisterAnalysisGroup< Interface, DefaultImplementationPass, Default > Struct Template Reference

#include <PassSupport.h>

Inheritance diagram for llvm::RegisterAnalysisGroup< Interface, DefaultImplementationPass, Default >:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 RegisterAnalysisGroup ()

Detailed Description

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

Definition at line 315 of file PassSupport.h.


Constructor & Destructor Documentation

template<typename Interface, typename DefaultImplementationPass = void, bool Default = false>
llvm::RegisterAnalysisGroup< Interface, DefaultImplementationPass, Default >::RegisterAnalysisGroup (  )  [inline]

Definition at line 316 of file PassSupport.h.


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