|
LLVM
3.7.0
|
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 73 of file IRPrintingPasses.h.
| PrintFunctionPass::PrintFunctionPass | ( | ) |
Definition at line 35 of file IRPrintingPasses.cpp.
| PrintFunctionPass::PrintFunctionPass | ( | raw_ostream & | OS, |
| const std::string & | Banner = "" |
||
| ) |
Definition at line 36 of file IRPrintingPasses.cpp.
|
inlinestatic |
Definition at line 83 of file IRPrintingPasses.h.
| PreservedAnalyses PrintFunctionPass::run | ( | Function & | F | ) |
Definition at line 39 of file IRPrintingPasses.cpp.
References llvm::PreservedAnalyses::all(), and F().
1.8.6