LLVM 22.0.0git
llvm::StackSafetyAnalysis Class Reference

StackSafetyInfo wrapper for the new pass manager. More...

#include "llvm/Analysis/StackSafetyAnalysis.h"

Inheritance diagram for llvm::StackSafetyAnalysis:
[legend]

Public Types

using Result = StackSafetyInfo

Public Member Functions

StackSafetyInfo run (Function &F, FunctionAnalysisManager &AM)
Public Member Functions inherited from llvm::PassInfoMixin< StackSafetyAnalysis >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

Static Public Member Functions inherited from llvm::AnalysisInfoMixin< StackSafetyAnalysis >
static AnalysisKeyID ()
 Returns an opaque, unique ID for this analysis type.
Static Public Member Functions inherited from llvm::PassInfoMixin< StackSafetyAnalysis >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

StackSafetyInfo wrapper for the new pass manager.

Definition at line 92 of file StackSafetyAnalysis.h.

Member Typedef Documentation

◆ Result

Member Function Documentation

◆ run()

StackSafetyInfo StackSafetyAnalysis::run ( Function & F,
FunctionAnalysisManager & AM )

The documentation for this class was generated from the following files: