Searched refs:SSGI (Results 1 – 3 of 3) sorted by relevance
151 StackSafetyGlobalInfo SSGI; variable159 const StackSafetyGlobalInfo &getResult() const { return SSGI; } in getResult()
634 AddressSanitizer(Module &M, const StackSafetyGlobalInfo *SSGI, in AddressSanitizer()645 SSGI(SSGI) { in AddressSanitizer()758 const StackSafetyGlobalInfo *SSGI; member1136 const StackSafetyGlobalInfo *const SSGI = in run() local1139 AddressSanitizer FunctionSanitizer(M, SSGI, Options.CompileKernel, in run()1237 !(SSGI && SSGI->isSafe(AI))); in isInterestingAlloca()1264 if (SSGI != nullptr && SSGI->stackAccessIsSafe(*Inst) && in ignoreAccess()
1071 SSGI.print(O); in print()1086 SSGI = {&M, in runOnModule()