LLVM  8.0.1
Classes | Namespaces | Typedefs
StackSafetyAnalysis.h File Reference
#include "llvm/IR/PassManager.h"
#include "llvm/Pass.h"
Include dependency graph for StackSafetyAnalysis.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::StackSafetyInfo
 Interface to access stack safety analysis results for single function. More...
 
class  llvm::StackSafetyAnalysis
 StackSafetyInfo wrapper for the new pass manager. More...
 
class  llvm::StackSafetyPrinterPass
 Printer pass for the StackSafetyAnalysis results. More...
 
class  llvm::StackSafetyInfoWrapperPass
 StackSafetyInfo wrapper for the legacy pass manager. More...
 
class  llvm::StackSafetyGlobalAnalysis
 This pass performs the global (interprocedural) stack safety analysis (new pass manager). More...
 
class  llvm::StackSafetyGlobalPrinterPass
 Printer pass for the StackSafetyGlobalAnalysis results. More...
 
class  llvm::StackSafetyGlobalInfoWrapperPass
 This pass performs the global (interprocedural) stack safety analysis (legacy pass manager). More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Typedefs

using llvm::StackSafetyGlobalInfo = std::map< const GlobalValue *, StackSafetyInfo >