Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackSafetyAnalysis.h142 class StackSafetyGlobalInfoWrapperPass : public ModulePass {
148 StackSafetyGlobalInfoWrapperPass();
149 ~StackSafetyGlobalInfoWrapperPass();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp962 char StackSafetyGlobalInfoWrapperPass::ID = 0;
964 StackSafetyGlobalInfoWrapperPass::StackSafetyGlobalInfoWrapperPass() in StackSafetyGlobalInfoWrapperPass() function in StackSafetyGlobalInfoWrapperPass
970 StackSafetyGlobalInfoWrapperPass::~StackSafetyGlobalInfoWrapperPass() = default;
972 void StackSafetyGlobalInfoWrapperPass::print(raw_ostream &O, in print()
977 void StackSafetyGlobalInfoWrapperPass::getAnalysisUsage( in getAnalysisUsage()
983 bool StackSafetyGlobalInfoWrapperPass::runOnModule(Module &M) { in runOnModule()
1092 INITIALIZE_PASS_BEGIN(StackSafetyGlobalInfoWrapperPass, DEBUG_TYPE,
1096 INITIALIZE_PASS_END(StackSafetyGlobalInfoWrapperPass, DEBUG_TYPE,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp337 AU.addRequired<StackSafetyGlobalInfoWrapperPass>(); in getAnalysisUsage()
350 INITIALIZE_PASS_DEPENDENCY(StackSafetyGlobalInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
530 SSI = &getAnalysis<StackSafetyGlobalInfoWrapperPass>().getResult(); in runOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp385 &getAnalysis<StackSafetyGlobalInfoWrapperPass>().getResult()); in runOnFunction()
401 AU.addRequired<StackSafetyGlobalInfoWrapperPass>(); in getAnalysisUsage()
419 INITIALIZE_PASS_DEPENDENCY(StackSafetyGlobalInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument