Lines Matching defs:SSGI
720 AddressSanitizer(Module &M, const StackSafetyGlobalInfo *SSGI,
733 SSGI(SSGI),
861 const StackSafetyGlobalInfo *SSGI;
1272 const StackSafetyGlobalInfo *const SSGI =
1276 M, SSGI, Options.InstrumentationWithCallsThreshold,
1383 !(SSGI && SSGI->isSafe(AI)));
1410 if (SSGI != nullptr && SSGI->stackAccessIsSafe(*Inst) &&