LLVM API Documentation

PrintModulePass.cpp File Reference

#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"

Include dependency graph for PrintModulePass.cpp:

Go to the source code of this file.

Functions

ModulePassllvm::createPrintModulePass (raw_ostream *OS, bool DeleteStream=false)
FunctionPassllvm::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")


Variable Documentation

std::string Banner

Definition at line 51 of file PrintModulePass.cpp.

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.