Lines Matching defs:SSGI
716 AddressSanitizer(Module &M, const StackSafetyGlobalInfo *SSGI,
728 SSGI(SSGI),
855 const StackSafetyGlobalInfo *SSGI;
1259 const StackSafetyGlobalInfo *const SSGI =
1263 M, SSGI, Options.InstrumentationWithCallsThreshold,
1370 !(SSGI && SSGI->isSafe(AI)));
1397 if (SSGI != nullptr && SSGI->stackAccessIsSafe(*Inst) &&