Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackSafetyAnalysis.h152 class StackSafetyGlobalInfoWrapperPass : public ModulePass {
158 StackSafetyGlobalInfoWrapperPass();
159 ~StackSafetyGlobalInfoWrapperPass();
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp1070 char StackSafetyGlobalInfoWrapperPass::ID = 0;
1072 StackSafetyGlobalInfoWrapperPass::StackSafetyGlobalInfoWrapperPass() in StackSafetyGlobalInfoWrapperPass() function in StackSafetyGlobalInfoWrapperPass
1078 StackSafetyGlobalInfoWrapperPass::~StackSafetyGlobalInfoWrapperPass() = default;
1080 void StackSafetyGlobalInfoWrapperPass::print(raw_ostream &O, in print()
1085 void StackSafetyGlobalInfoWrapperPass::getAnalysisUsage( in getAnalysisUsage()
1091 bool StackSafetyGlobalInfoWrapperPass::runOnModule(Module &M) { in runOnModule()
1200 INITIALIZE_PASS_BEGIN(StackSafetyGlobalInfoWrapperPass, DEBUG_TYPE,
1204 INITIALIZE_PASS_END(StackSafetyGlobalInfoWrapperPass, DEBUG_TYPE,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp329 AU.addRequired<StackSafetyGlobalInfoWrapperPass>(); in getAnalysisUsage()
342 INITIALIZE_PASS_DEPENDENCY(StackSafetyGlobalInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
471 SSI = &getAnalysis<StackSafetyGlobalInfoWrapperPass>().getResult(); in runOnFunction()