Searched refs:BranchTargetEnforcement (Results 1 – 15 of 15) sorted by relevance
150 PBP.BranchTargetEnforcement = true; in parseBranchProtection()161 PBP.BranchTargetEnforcement = true; in parseBranchProtection()
157 bool BranchTargetEnforcement = false; variable302 bool branchTargetEnforcement() const { return BranchTargetEnforcement; } in branchTargetEnforcement()
59 BranchTargetEnforcement(GetBranchTargetEnforcement(F, Subtarget)) { in ARMFunctionInfo()
44 bool BranchTargetEnforcement; member
243 AddRemoveAttributeAsSet(BPI.BranchTargetEnforcement, in setBranchProtectionFnAttributes()258 if (BPI.BranchTargetEnforcement) in initBranchProtectionFnAttributes()
1320 if (LangOpts.BranchTargetEnforcement) in Release()
1436 bool BranchTargetEnforcement; variable1465 BranchTargetEnforcement(false), BranchProtectionPAuthLR(false), in BranchProtectionInfo()1478 BranchTargetEnforcement = LangOpts.BranchTargetEnforcement; in BranchProtectionInfo()
454 LANGOPT(BranchTargetEnforcement, 1, 0, NotCompatible, "Branch-target enforcement enabled")
194 bool BranchTargetEnforcement = false; variable565 bool branchTargetEnforcement() const { return BranchTargetEnforcement; } in branchTargetEnforcement()
105 BranchTargetEnforcement = F.hasFnAttribute("branch-target-enforcement"); in AArch64FunctionInfo()
427 BPI.BranchTargetEnforcement = PBP.BranchTargetEnforcement; in validateBranchProtection()1039 if (Opts.BranchTargetEnforcement) in getTargetDefines()
280 BPI.BranchTargetEnforcement = PBP.BranchTargetEnforcement; in validateBranchProtection()664 if (Opts.BranchTargetEnforcement) in getTargetDefines()
159 } else if (CGM.getLangOpts().BranchTargetEnforcement || in setTargetAttributes()
1460 IndirectBranches = PBP.BranchTargetEnforcement; in CollectARMPACBTIOptions()
7911 MarshallingInfoFlag<LangOpts<"BranchTargetEnforcement">>;