|
LLVM
8.0.1
|


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 > |
1.8.13