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