Searched refs:SSGI (Results 1 – 3 of 3) sorted by relevance
153 StackSafetyGlobalInfo SSGI;161 const StackSafetyGlobalInfo &getResult() const { return SSGI; }151 StackSafetyGlobalInfo SSGI; global() variable
716 AddressSanitizer(Module &M, const StackSafetyGlobalInfo *SSGI, in AddressSanitizer()728 SSGI(SSGI), in AddressSanitizer()855 const StackSafetyGlobalInfo *SSGI; member1259 const StackSafetyGlobalInfo *const SSGI = in run() local1263 M, SSGI, Options.InstrumentationWithCallsThreshold, in run()1370 !(SSGI && SSGI->isSafe(AI))); in isInterestingAlloca()1397 if (SSGI != nullptr && SSGI->stackAccessIsSafe(*Inst) && in ignoreAccess()
1104 SSGI.print(O); in print() 1119 SSGI = {&M, in runOnModule()