Searched refs:getStackProtectorGuard (Results 1 – 11 of 11) sorted by relevance
96 if (M.getStackProtectorGuard() == "tls") { in expandLoadStackGuard()
177 assert(MF.getFunction().getParent()->getStackProtectorGuard() != "tls" && in expandLoadStackGuard()
259 if (M.getStackProtectorGuard() == "tls") { in expandLoadStackGuard()
527 StringRef GuardMode = M->getStackProtectorGuard(); in getStackGuard()
982 StringRef getStackProtectorGuard() const;
751 StringRef Module::getStackProtectorGuard() const { in getStackProtectorGuard() function in Module
3135 (Subtarget.isTargetLinux() || M->getStackProtectorGuard() == "tls") && in expandPostRAPseudo()3139 if (M->getStackProtectorGuard() == "tls") in expandPostRAPseudo()
18615 if (M.getStackProtectorGuard() == "tls" || Subtarget.isTargetLinux()) in useLoadStackGuardNode()
626 StringRef GuardMode = M.getStackProtectorGuard(); in insertSSPDeclarations()
2125 if (M.getStackProtectorGuard() == "sysreg") { in expandPostRAPseudo()
24114 if (M->getStackProtectorGuard() == "tls") { in getIRStackGuard()