Searched refs:BranchProtectionPAuthLR (Results 1 – 12 of 12) sorted by relevance
152 PBP.BranchProtectionPAuthLR = EnablePAuthLR; in parseBranchProtection()173 PBP.BranchProtectionPAuthLR = true; in parseBranchProtection()
45 bool BranchProtectionPAuthLR; member
245 AddRemoveAttributeAsSet(BPI.BranchProtectionPAuthLR, in setBranchProtectionFnAttributes()260 if (BPI.BranchProtectionPAuthLR) in initBranchProtectionFnAttributes()
1323 if (LangOpts.BranchProtectionPAuthLR) in Release()
1437 bool BranchProtectionPAuthLR; variable1465 BranchTargetEnforcement(false), BranchProtectionPAuthLR(false), in BranchProtectionInfo()1479 BranchProtectionPAuthLR = LangOpts.BranchProtectionPAuthLR; in BranchProtectionInfo()
455 LANGOPT(BranchProtectionPAuthLR, 1, 0, NotCompatible, "Use PC as a diversifier using PAuthLR NOP in…
200 bool BranchProtectionPAuthLR = false; variable567 bool branchProtectionPAuthLR() const { return BranchProtectionPAuthLR; } in branchProtectionPAuthLR()
106 BranchProtectionPAuthLR = F.hasFnAttribute("branch-protection-pauth-lr"); in AArch64FunctionInfo()
265 (PBP.Scope != "none" || PBP.BranchProtectionPAuthLR || in validateBranchProtection()281 BPI.BranchProtectionPAuthLR = PBP.BranchProtectionPAuthLR; in validateBranchProtection()658 if (Opts.BranchProtectionPAuthLR) in getTargetDefines()
428 BPI.BranchProtectionPAuthLR = PBP.BranchProtectionPAuthLR; in validateBranchProtection()
1420 bool IndirectBranches, BranchProtectionPAuthLR, GuardedControlStack; in CollectARMPACBTIOptions() local1429 BranchProtectionPAuthLR = false; in CollectARMPACBTIOptions()1459 BranchProtectionPAuthLR = PBP.BranchProtectionPAuthLR; in CollectARMPACBTIOptions()1470 (Scope != "none" || BranchProtectionPAuthLR || GuardedControlStack)) { in CollectARMPACBTIOptions()1484 if (BranchProtectionPAuthLR) in CollectARMPACBTIOptions()
7913 MarshallingInfoFlag<LangOpts<"BranchProtectionPAuthLR">>;