LLVM 22.0.0git
|
#include "llvm/CodeGen/StackProtector.h"
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. |
Definition at line 85 of file StackProtector.h.
|
inlineexplicit |
Definition at line 89 of file StackProtector.h.
PreservedAnalyses StackProtectorPass::run | ( | Function & | F, |
FunctionAnalysisManager & | FAM ) |
Definition at line 118 of file StackProtector.cpp.
References llvm::PreservedAnalyses::all(), assert(), Changed, llvm::classifyEHPersonality(), F, FAM, InsertStackProtectors(), llvm::isFuncletEHPersonality(), and llvm::PreservedAnalyses::preserve().