LLVM: llvm::StackSafetyGlobalInfo Class Reference (original) (raw)
#include "[llvm/Analysis/StackSafetyAnalysis.h](StackSafetyAnalysis%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| StackSafetyGlobalInfo () | |
| StackSafetyGlobalInfo (Module *M, std::function< const StackSafetyInfo &(Function &F)> GetSSI, const ModuleSummaryIndex *Index) | |
| StackSafetyGlobalInfo (StackSafetyGlobalInfo &&) | |
| StackSafetyGlobalInfo & | operator= (StackSafetyGlobalInfo &&) |
| ~StackSafetyGlobalInfo () | |
| bool | isSafe (const AllocaInst &AI) const |
| bool | stackAccessIsSafe (const Instruction &I) const |
| void | print (raw_ostream &O) const |
| void | dump () const |
Definition at line 58 of file StackSafetyAnalysis.h.
| StackSafetyGlobalInfo::StackSafetyGlobalInfo ( ) | default |
|---|
References F.
Referenced by operator=(), and StackSafetyGlobalInfo().
◆ StackSafetyGlobalInfo() [2/3]
◆ StackSafetyGlobalInfo() [3/3]
References StackSafetyGlobalInfo().
◆ ~StackSafetyGlobalInfo()
| StackSafetyGlobalInfo::~StackSafetyGlobalInfo ( ) | default |
|---|
References I.
◆ dump()
◆ isSafe()
◆ operator=()
References StackSafetyGlobalInfo().
◆ print()
| void StackSafetyGlobalInfo::print | ( | raw_ostream & | O | ) | const |
|---|
◆ stackAccessIsSafe()
The documentation for this class was generated from the following files:
- include/llvm/Analysis/StackSafetyAnalysis.h
- lib/Analysis/StackSafetyAnalysis.cpp