LLVM API Documentation

Public Member Functions
llvm::PassManagerBase Class Reference

#include <PassManager.h>

Inheritance diagram for llvm::PassManagerBase:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~PassManagerBase ()
virtual void add (Pass *P)=0

Detailed Description

PassManagerBase - An abstract interface to allow code to add passes to a pass manager without having to hard-code what kind of pass manager it is.

Definition at line 34 of file PassManager.h.


Constructor & Destructor Documentation

PassManagerBase::~PassManagerBase ( ) [virtual]

Definition at line 1912 of file PassManager.cpp.


Member Function Documentation

virtual void llvm::PassManagerBase::add ( Pass P) [pure virtual]

The documentation for this class was generated from the following files: