|
LLVM
4.0.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, AnalysisManager< Function > &) |
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 80 of file IRPrintingPasses.h.
| PrintFunctionPass::PrintFunctionPass | ( | ) |
Definition at line 41 of file IRPrintingPasses.cpp.
| PrintFunctionPass::PrintFunctionPass | ( | raw_ostream & | OS, |
| const std::string & | Banner = "" |
||
| ) |
Definition at line 42 of file IRPrintingPasses.cpp.
|
inlinestatic |
Definition at line 90 of file IRPrintingPasses.h.
| PreservedAnalyses PrintFunctionPass::run | ( | Function & | F, |
| AnalysisManager< Function > & | |||
| ) |
Definition at line 45 of file IRPrintingPasses.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::Value::getName(), and llvm::isFunctionInPrintList().
1.8.6