LLVM API Documentation

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

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

#include <IRPrintingPasses.h>

List of all members.

Public Member Functions

 PrintFunctionPass ()
 PrintFunctionPass (raw_ostream &OS, const std::string &Banner="")
PreservedAnalyses run (Function *F)

Static Public Member Functions

static StringRef name ()

Detailed Description

Pass for printing a Function 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 70 of file IRPrintingPasses.h.


Constructor & Destructor Documentation

Definition at line 32 of file IRPrintingPasses.cpp.

PrintFunctionPass::PrintFunctionPass ( raw_ostream OS,
const std::string &  Banner = "" 
)

Definition at line 33 of file IRPrintingPasses.cpp.


Member Function Documentation

static StringRef llvm::PrintFunctionPass::name ( ) [inline, static]

Definition at line 80 of file IRPrintingPasses.h.

Definition at line 36 of file IRPrintingPasses.cpp.

References llvm::PreservedAnalyses::all().


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