llvm::StackSafetyGlobalPrinterPass::StackSafetyGlobalPrinterPass

Construct a printer that writes to OS.

Synopsis

Declared in <llvm/Analysis/StackSafetyAnalysis.h>

explicit
StackSafetyGlobalPrinterPass(raw_ostream& OS);

Parameters

NameDescription
OSOutput stream for the printed results.