Searched refs:GuardMode (Results 1 – 2 of 2) sorted by relevance
383 StringRef GuardMode = M->getStackProtectorGuard(); in getStackGuard() local384 if ((GuardMode == "tls" || GuardMode.empty()) && Guard) in getStackGuard()
2552 StringRef GuardMode = M.getStackProtectorGuard(); in insertSSPDeclarations() local2555 if ((GuardMode == "tls" || GuardMode.empty()) && in insertSSPDeclarations()