LLVM API Documentation
#include "llvm/Assembly/PrintModulePass.h"#include "llvm/Function.h"#include "llvm/Module.h"#include "llvm/Pass.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/raw_ostream.h"

Go to the source code of this file.
Functions | |
| ModulePass * | llvm::createPrintModulePass (raw_ostream *OS, bool DeleteStream=false) |
| FunctionPass * | llvm::createPrintFunctionPass (const std::string &Banner, raw_ostream *OS, bool DeleteStream=false) |
Variables | |
| static RegisterPass < PrintModulePass > | X ("print-module","Print module to stderr") |
| static RegisterPass < PrintFunctionPass > | Y ("print-function","Print function to stderr") |
| std::string Banner |
Definition at line 51 of file PrintModulePass.cpp.
| bool DeleteStream |
Definition at line 27 of file PrintModulePass.cpp.
char ID [static] |
Definition at line 29 of file PrintModulePass.cpp.
Definition at line 26 of file PrintModulePass.cpp.
RegisterPass<PrintModulePass> X("print-module","Print module to stderr") [static] |
RegisterPass<PrintFunctionPass> Y("print-function","Print function to stderr") [static] |
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.