Searched refs:BranchProtectionPAuthLR (Results 1 – 12 of 12) sorted by relevance
151 PBP.BranchProtectionPAuthLR = EnablePAuthLR; in parseBranchProtection()172 PBP.BranchProtectionPAuthLR = true; in parseBranchProtection()
44 bool BranchProtectionPAuthLR; member
234 AddRemoveAttributeAsSet(BPI.BranchProtectionPAuthLR, in setBranchProtectionFnAttributes()249 if (BPI.BranchProtectionPAuthLR) in initBranchProtectionFnAttributes()
1193 if (LangOpts.BranchProtectionPAuthLR) in Release()
193 bool BranchProtectionPAuthLR = false; variable519 bool branchProtectionPAuthLR() const { return BranchProtectionPAuthLR; } in branchProtectionPAuthLR()
88 BranchProtectionPAuthLR = F.hasFnAttribute("branch-protection-pauth-lr"); in AArch64FunctionInfo()
1408 bool BranchProtectionPAuthLR; variable1436 BranchTargetEnforcement(false), BranchProtectionPAuthLR(false), in BranchProtectionInfo()1450 BranchProtectionPAuthLR = LangOpts.BranchProtectionPAuthLR; in BranchProtectionInfo()
485 LANGOPT(BranchProtectionPAuthLR, 1, 0, "Use PC as a diversifier using PAuthLR NOP instructions.")
262 BPI.BranchProtectionPAuthLR = PBP.BranchProtectionPAuthLR; in validateBranchProtection()597 if (Opts.BranchProtectionPAuthLR) in getTargetDefines()
426 BPI.BranchProtectionPAuthLR = PBP.BranchProtectionPAuthLR; in validateBranchProtection()
1544 bool IndirectBranches, BranchProtectionPAuthLR, GuardedControlStack; in CollectARMPACBTIOptions() local1553 BranchProtectionPAuthLR = false; in CollectARMPACBTIOptions()1583 BranchProtectionPAuthLR = PBP.BranchProtectionPAuthLR; in CollectARMPACBTIOptions()1597 if (BranchProtectionPAuthLR) { in CollectARMPACBTIOptions()
7374 MarshallingInfoFlag<LangOpts<"BranchProtectionPAuthLR">>;