ΒΆllvm::FunctionPass* createPrintFunctionPass(
llvm::raw_ostream& OS,
const std::string& Banner = "")
llvm::FunctionPass* createPrintFunctionPass(
llvm::raw_ostream& OS,
const std::string& Banner = "")
Description
Create and return a pass that prints functions to the specified\c raw_ostream as they are processed.
Declared at: llvm/include/llvm/IR/IRPrintingPasses.h:42
Parameters
- llvm::raw_ostream& OS
- const std::string& Banner = ""