Searched refs:BranchTargetEnforcement (Results 1 – 15 of 15) sorted by relevance
149 PBP.BranchTargetEnforcement = true; in parseBranchProtection()160 PBP.BranchTargetEnforcement = true; in parseBranchProtection()
155 bool BranchTargetEnforcement = false; variable300 bool branchTargetEnforcement() const { return BranchTargetEnforcement; } in branchTargetEnforcement()
60 BranchTargetEnforcement(GetBranchTargetEnforcement(F, Subtarget)) { in ARMFunctionInfo()
43 bool BranchTargetEnforcement; member
232 AddRemoveAttributeAsSet(BPI.BranchTargetEnforcement, in setBranchProtectionFnAttributes()247 if (BPI.BranchTargetEnforcement) in initBranchProtectionFnAttributes()
1190 if (LangOpts.BranchTargetEnforcement) in Release()
187 bool BranchTargetEnforcement = false; variable517 bool branchTargetEnforcement() const { return BranchTargetEnforcement; } in branchTargetEnforcement()
87 BranchTargetEnforcement = F.hasFnAttribute("branch-target-enforcement"); in AArch64FunctionInfo()
1407 bool BranchTargetEnforcement; variable1436 BranchTargetEnforcement(false), BranchProtectionPAuthLR(false), in BranchProtectionInfo()1449 BranchTargetEnforcement = LangOpts.BranchTargetEnforcement; in BranchProtectionInfo()
484 LANGOPT(BranchTargetEnforcement, 1, 0, "Branch-target enforcement enabled")
425 BPI.BranchTargetEnforcement = PBP.BranchTargetEnforcement; in validateBranchProtection()1033 if (Opts.BranchTargetEnforcement) in getTargetDefines()
261 BPI.BranchTargetEnforcement = PBP.BranchTargetEnforcement; in validateBranchProtection()603 if (Opts.BranchTargetEnforcement) in getTargetDefines()
159 } else if (CGM.getLangOpts().BranchTargetEnforcement || in setTargetAttributes()
1584 IndirectBranches = PBP.BranchTargetEnforcement; in CollectARMPACBTIOptions()
7372 MarshallingInfoFlag<LangOpts<"BranchTargetEnforcement">>;