ΒΆllvm::MachineFunctionPass*
createMachineFunctionPrinterPass(
llvm::raw_ostream& OS,
const std::string& Banner = "")
llvm::MachineFunctionPass*
createMachineFunctionPrinterPass(
llvm::raw_ostream& OS,
const std::string& Banner = "")
Description
MachineFunctionPrinter pass - This pass prints out the machine function to the given stream as a debugging tool.
Declared at: llvm/include/llvm/CodeGen/Passes.h:48
Parameters
- llvm::raw_ostream& OS
- const std::string& Banner = ""