LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
PrintModulePass.h File Reference
#include <string>
Include dependency graph for PrintModulePass.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 

Functions

ModulePass * llvm::createPrintModulePass (raw_ostream *OS, bool DeleteStream=false, const std::string &Banner="")
 
FunctionPassllvm::createPrintFunctionPass (const std::string &Banner, raw_ostream *OS, bool DeleteStream=false)
 
BasicBlockPassllvm::createPrintBasicBlockPass (raw_ostream *OS, bool DeleteStream=false, const std::string &Banner="")