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