|
LLVM
8.0.1
|
Interface to access stack safety analysis results for single function. More...
#include "llvm/Analysis/StackSafetyAnalysis.h"
Classes | |
| struct | FunctionInfo |
| Describes uses of allocas and parameters inside of a single function. More... | |
Public Member Functions | |
| StackSafetyInfo () | |
| StackSafetyInfo (FunctionInfo &&Info) | |
| StackSafetyInfo (StackSafetyInfo &&) | |
| StackSafetyInfo & | operator= (StackSafetyInfo &&) |
| ~StackSafetyInfo () | |
| void | print (raw_ostream &O) const |
Interface to access stack safety analysis results for single function.
Definition at line 23 of file StackSafetyAnalysis.h.
|
default |
| StackSafetyInfo::StackSafetyInfo | ( | FunctionInfo && | Info | ) |
Definition at line 568 of file StackSafetyAnalysis.cpp.
References ~StackSafetyInfo().
|
default |
|
default |
Referenced by StackSafetyInfo().
|
default |
| void StackSafetyInfo::print | ( | raw_ostream & | O | ) | const |
Definition at line 573 of file StackSafetyAnalysis.cpp.
Referenced by llvm::StackSafetyInfoWrapperPass::getResult(), llvm::StackSafetyGlobalInfoWrapperPass::getResult(), llvm::StackSafetyInfoWrapperPass::print(), and llvm::StackSafetyPrinterPass::run().
1.8.13