LLVM: llvm::StackProtectorPass Class Reference (original) (raw)
#include "[llvm/CodeGen/StackProtector.h](StackProtector%5F8h%5Fsource.html)"
Inheritance diagram for llvm::StackProtectorPass:
[legend]
| Public Member Functions | |
|---|---|
| StackProtectorPass (const TargetMachine &TM) | |
| PreservedAnalyses | run (Function &F, FunctionAnalysisManager &FAM) |
| Public Member Functions inherited from llvm::PassInfoMixin< StackProtectorPass > | |
| void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
| Additional Inherited Members | |
|---|---|
| Static Public Member Functions inherited from llvm::PassInfoMixin< StackProtectorPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. |
Detailed Description
Definition at line 85 of file StackProtector.h.
Constructor & Destructor Documentation
| llvm::StackProtectorPass::StackProtectorPass ( const TargetMachine & TM) | inlineexplicit |
|---|
Definition at line 89 of file StackProtector.h.
Member Function Documentation
◆ run()
| PreservedAnalyses StackProtectorPass::run | ( | Function & | F, |
|---|---|---|---|
| FunctionAnalysisManager & | FAM ) |
Definition at line 117 of file StackProtector.cpp.
References llvm::PreservedAnalyses::all(), assert(), Changed, llvm::classifyEHPersonality(), F, FAM, InsertStackProtectors(), llvm::isFuncletEHPersonality(), and llvm::PreservedAnalyses::preserve().
The documentation for this class was generated from the following files:
- include/llvm/CodeGen/StackProtector.h
- lib/CodeGen/StackProtector.cpp