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::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 346 of file PassSupport.h.


Member Function Documentation

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

Definition at line 347 of file PassSupport.h.

References llvm::RegisterAGBase::setGroupName().


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