LLVM API Documentation

llvm::RegisterAnalysisGroup< Interface, void, false > Struct Template Reference

#include <PassSupport.h>

Inheritance diagram for llvm::RegisterAnalysisGroup< Interface, void, false >:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 RegisterAnalysisGroup (const char *Name)

Detailed Description

template<typename Interface>
struct llvm::RegisterAnalysisGroup< Interface, void, false >

Define a specialization of RegisterAnalysisGroup that is used to set the name for the analysis group.

Definition at line 326 of file PassSupport.h.


Constructor & Destructor Documentation

template<typename Interface>
llvm::RegisterAnalysisGroup< Interface, void, false >::RegisterAnalysisGroup ( const char *  Name  )  [inline]

Definition at line 327 of file PassSupport.h.

References llvm::RegisterAGBase::setGroupName().


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