llvm::StackSafetyGlobalPrinterPass

Printer pass for the StackSafetyGlobalAnalysis results.

Synopsis

Declared in <llvm/Analysis/StackSafetyAnalysis.h>

class StackSafetyGlobalPrinterPass
    : public RequiredPassInfoMixin<StackSafetyGlobalPrinterPass>

Base Classes

NameDescription
RequiredPassInfoMixin<StackSafetyGlobalPrinterPass>A CRTP mix-in for passes that should not be skipped.

Member Functions

NameDescription
StackSafetyGlobalPrinterPass [constructor]Construct a printer that writes to OS.
run Print StackSafetyGlobalInfo for M and return all analyses preserved.

Static Member Functions

NameDescription
isRequired Return true; required passes cannot be skipped.