Searched refs:GuardedControlStack (Results 1 – 9 of 9) sorted by relevance
150 PBP.GuardedControlStack = true; in parseBranchProtection()178 PBP.GuardedControlStack = true; in parseBranchProtection()
45 bool GuardedControlStack; member
229 BPI.GuardedControlStack = PBP.GuardedControlStack; in validateBranchProtection()551 if (Opts.GuardedControlStack) in getTargetDefines()
1376 bool GuardedControlStack = false; member
465 LANGOPT(GuardedControlStack, 1, 0, "Guarded control stack enabled")
142 BPI.GuardedControlStack ? "true" : "false"); in setTargetAttributes()
1523 bool IndirectBranches, BranchProtectionPAuthLR, GuardedControlStack; in CollectARMPACBTIOptions() local1533 GuardedControlStack = false; in CollectARMPACBTIOptions()1547 GuardedControlStack = PBP.GuardedControlStack; in CollectARMPACBTIOptions()1560 if (GuardedControlStack) in CollectARMPACBTIOptions()
1154 if (LangOpts.GuardedControlStack) in Release()
7064 MarshallingInfoFlag<LangOpts<"GuardedControlStack">>;