LLVM API Documentation
Pass for printing a Function as LLVM's text IR assembly. More...
#include <IRPrintingPasses.h>
Public Member Functions | |
PrintFunctionPass () | |
PrintFunctionPass (raw_ostream &OS, const std::string &Banner="") | |
PreservedAnalyses | run (Function *F) |
Static Public Member Functions | |
static StringRef | name () |
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.
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.
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().