Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DStackSafetyAnalysis.h151 StackSafetyGlobalInfo SSGI; variable
159 const StackSafetyGlobalInfo &getResult() const { return SSGI; } in getResult()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp634 AddressSanitizer(Module &M, const StackSafetyGlobalInfo *SSGI, in AddressSanitizer()
645 SSGI(SSGI) { in AddressSanitizer()
758 const StackSafetyGlobalInfo *SSGI; member
1136 const StackSafetyGlobalInfo *const SSGI = in run() local
1139 AddressSanitizer FunctionSanitizer(M, SSGI, Options.CompileKernel, in run()
1237 !(SSGI && SSGI->isSafe(AI))); in isInterestingAlloca()
1264 if (SSGI != nullptr && SSGI->stackAccessIsSafe(*Inst) && in ignoreAccess()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp1071 SSGI.print(O); in print()
1086 SSGI = {&M, in runOnModule()