Searched refs:GuardedControlStack (Results 1 – 9 of 9) sorted by relevance
150 PBP.GuardedControlStack = true; in parseBranchProtection()179 PBP.GuardedControlStack = true; in parseBranchProtection()
45 bool GuardedControlStack; member
236 AddRemoveAttributeAsSet(BPI.GuardedControlStack, "guarded-control-stack"); in setBranchProtectionFnAttributes()251 if (BPI.GuardedControlStack) in initBranchProtectionFnAttributes()
1196 if (LangOpts.GuardedControlStack) in Release()
1409 bool GuardedControlStack; variable1437 GuardedControlStack(false) {} in BranchProtectionInfo()1451 GuardedControlStack = LangOpts.GuardedControlStack; in BranchProtectionInfo()
486 LANGOPT(GuardedControlStack, 1, 0, "Guarded control stack enabled")
263 BPI.GuardedControlStack = PBP.GuardedControlStack; in validateBranchProtection()606 if (Opts.GuardedControlStack) in getTargetDefines()
1544 bool IndirectBranches, BranchProtectionPAuthLR, GuardedControlStack; in CollectARMPACBTIOptions() local1554 GuardedControlStack = false; in CollectARMPACBTIOptions()1585 GuardedControlStack = PBP.GuardedControlStack; in CollectARMPACBTIOptions()1608 if (GuardedControlStack) { in CollectARMPACBTIOptions()
7376 MarshallingInfoFlag<LangOpts<"GuardedControlStack">>;