LLVM 19.0.0git
Public Types | Public Member Functions | List of all members
llvm::StackSafetyAnalysis Class Reference

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

#include "llvm/Analysis/StackSafetyAnalysis.h"

Inheritance diagram for llvm::StackSafetyAnalysis:
Inheritance graph
[legend]

Public Types

using Result = StackSafetyInfo
 

Public Member Functions

StackSafetyInfo run (Function &F, FunctionAnalysisManager &AM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< DerivedT >
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< DerivedT >
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

Definition at line 97 of file StackSafetyAnalysis.h.

Member Function Documentation

◆ run()

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

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