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