LLVM API Documentation
Pass for printing a Module as LLVM's text IR assembly. More...
#include <IRPrintingPasses.h>
Public Member Functions | |
PrintModulePass () | |
PrintModulePass (raw_ostream &OS, const std::string &Banner="") | |
PreservedAnalyses | run (Module *M) |
Static Public Member Functions | |
static StringRef | name () |
Pass for printing a Module as LLVM's text IR assembly.
Note: This pass is for use with the new pass manager. Use the create...Pass functions above to create passes for use with the legacy pass manager.
Definition at line 53 of file IRPrintingPasses.h.
Definition at line 23 of file IRPrintingPasses.cpp.
PrintModulePass::PrintModulePass | ( | raw_ostream & | OS, |
const std::string & | Banner = "" |
||
) |
Definition at line 24 of file IRPrintingPasses.cpp.
static StringRef llvm::PrintModulePass::name | ( | ) | [inline, static] |
Definition at line 63 of file IRPrintingPasses.h.
Definition at line 27 of file IRPrintingPasses.cpp.
References llvm::PreservedAnalyses::all().