Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackSafetyAnalysis.h152 class StackSafetyGlobalInfoWrapperPass : public ModulePass {
158 StackSafetyGlobalInfoWrapperPass();
159 ~StackSafetyGlobalInfoWrapperPass(); in getResult()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp1089 char StackSafetyGlobalInfoWrapperPass::ID = 0;
1091 StackSafetyGlobalInfoWrapperPass::StackSafetyGlobalInfoWrapperPass() in StackSafetyGlobalInfoWrapperPass() function in StackSafetyGlobalInfoWrapperPass
1094 StackSafetyGlobalInfoWrapperPass::~StackSafetyGlobalInfoWrapperPass() = default;
1096 void StackSafetyGlobalInfoWrapperPass::print(raw_ostream &O, in print()
1101 void StackSafetyGlobalInfoWrapperPass::getAnalysisUsage( in getAnalysisUsage()
1107 bool StackSafetyGlobalInfoWrapperPass::runOnModule(Module &M) { in runOnModule()
1216 INITIALIZE_PASS_BEGIN(StackSafetyGlobalInfoWrapperPass, DEBUG_TYPE,
1220 INITIALIZE_PASS_END(StackSafetyGlobalInfoWrapperPass, DEBUG_TYPE,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp339 AU.addRequired<StackSafetyGlobalInfoWrapperPass>(); in getAnalysisUsage()
353 INITIALIZE_PASS_DEPENDENCY(StackSafetyGlobalInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
504 SSI = &getAnalysis<StackSafetyGlobalInfoWrapperPass>().getResult(); in runOnFunction()