|
LLVM 22.0.0git
|
Public Attributes | |
| GVToSSI | Info |
| SmallPtrSet< const AllocaInst *, 8 > | SafeAllocas |
| std::set< const Instruction * > | UnsafeAccesses |
Definition at line 230 of file StackSafetyAnalysis.cpp.
| GVToSSI llvm::StackSafetyGlobalInfo::InfoTy::Info |
Definition at line 231 of file StackSafetyAnalysis.cpp.
| SmallPtrSet<const AllocaInst *, 8> llvm::StackSafetyGlobalInfo::InfoTy::SafeAllocas |
Definition at line 232 of file StackSafetyAnalysis.cpp.
| std::set<const Instruction *> llvm::StackSafetyGlobalInfo::InfoTy::UnsafeAccesses |
Definition at line 233 of file StackSafetyAnalysis.cpp.