LLVM API Documentation

Public Member Functions | Static Public Member Functions
llvm::PrintModulePass Class Reference

Pass for printing a Module as LLVM's text IR assembly. More...

#include <IRPrintingPasses.h>

List of all members.

Public Member Functions

 PrintModulePass ()
 PrintModulePass (raw_ostream &OS, const std::string &Banner="")
PreservedAnalyses run (Module *M)

Static Public Member Functions

static StringRef name ()

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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().


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