Home
last modified time | relevance | path

Searched refs:StackSafetyGlobalInfoWrapperPass (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Analysis/ !
H A DStackSafetyAnalysis.h152 class StackSafetyGlobalInfoWrapperPass : public ModulePass {
158 StackSafetyGlobalInfoWrapperPass();
159 ~StackSafetyGlobalInfoWrapperPass();
/src/contrib/llvm-project/llvm/lib/Analysis/ !
H A DStackSafetyAnalysis.cpp1092 char StackSafetyGlobalInfoWrapperPass::ID = 0;
1094 StackSafetyGlobalInfoWrapperPass::StackSafetyGlobalInfoWrapperPass() in StackSafetyGlobalInfoWrapperPass() function in StackSafetyGlobalInfoWrapperPass
1100 StackSafetyGlobalInfoWrapperPass::~StackSafetyGlobalInfoWrapperPass() = default;
1102 void StackSafetyGlobalInfoWrapperPass::print(raw_ostream &O, in print()
1107 void StackSafetyGlobalInfoWrapperPass::getAnalysisUsage( in getAnalysisUsage()
1113 bool StackSafetyGlobalInfoWrapperPass::runOnModule(Module &M) { in runOnModule()
1222 INITIALIZE_PASS_BEGIN(StackSafetyGlobalInfoWrapperPass, DEBUG_TYPE,
1226 INITIALIZE_PASS_END(StackSafetyGlobalInfoWrapperPass, DEBUG_TYPE,
/src/contrib/llvm-project/llvm/lib/Target/AArch64/ !
H A DAArch64StackTagging.cpp351 AU.addRequired<StackSafetyGlobalInfoWrapperPass>(); in getAnalysisUsage()
364 INITIALIZE_PASS_DEPENDENCY(StackSafetyGlobalInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
529 SSI = &getAnalysis<StackSafetyGlobalInfoWrapperPass>().getResult(); in runOnFunction()