class StackSafetyGlobalPrinterPass

Declaration

class StackSafetyGlobalPrinterPass : public PassInfoMixin { /* full declaration omitted */ };

Description

Printer pass for the \c StackSafetyGlobalAnalysis results.

Declared at: llvm/include/llvm/Analysis/StackSafetyAnalysis.h:139

Inherits from: PassInfoMixin

Member Variables

private llvm::raw_ostream& OS

Method Overview

Methods

StackSafetyGlobalPrinterPass(
    llvm::raw_ostream& OS)

Declared at: llvm/include/llvm/Analysis/StackSafetyAnalysis.h:144

Parameters

llvm::raw_ostream& OS

llvm::PreservedAnalyses run(
    llvm::Module& M,
    llvm::ModuleAnalysisManager& AM)

Declared at: llvm/include/llvm/Analysis/StackSafetyAnalysis.h:145

Parameters

llvm::Module& M
llvm::ModuleAnalysisManager& AM