Searched refs:GuardedControlStack (Results 1 – 9 of 9) sorted by relevance
151 PBP.GuardedControlStack = true; in parseBranchProtection()180 PBP.GuardedControlStack = true; in parseBranchProtection()
46 bool GuardedControlStack; member
247 AddRemoveAttributeAsSet(BPI.GuardedControlStack, "guarded-control-stack"); in setBranchProtectionFnAttributes()262 if (BPI.GuardedControlStack) in initBranchProtectionFnAttributes()
1326 if (LangOpts.GuardedControlStack) in Release()
1438 bool GuardedControlStack; variable1466 GuardedControlStack(false) {} in BranchProtectionInfo()1480 GuardedControlStack = LangOpts.GuardedControlStack; in BranchProtectionInfo()
456 LANGOPT(GuardedControlStack, 1, 0, NotCompatible, "Guarded control stack enabled")
266 PBP.GuardedControlStack)) in validateBranchProtection()282 BPI.GuardedControlStack = PBP.GuardedControlStack; in validateBranchProtection()667 if (Opts.GuardedControlStack) in getTargetDefines()
1420 bool IndirectBranches, BranchProtectionPAuthLR, GuardedControlStack; in CollectARMPACBTIOptions() local1430 GuardedControlStack = false; in CollectARMPACBTIOptions()1461 GuardedControlStack = PBP.GuardedControlStack; in CollectARMPACBTIOptions()1470 (Scope != "none" || BranchProtectionPAuthLR || GuardedControlStack)) { in CollectARMPACBTIOptions()1490 if (GuardedControlStack) in CollectARMPACBTIOptions()
7915 MarshallingInfoFlag<LangOpts<"GuardedControlStack">>;