Home
last modified time | relevance | path

Searched refs:BranchTargetEnforcement (Results 1 – 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/TargetParser/
HDARMTargetParserCommon.cpp149 PBP.BranchTargetEnforcement = true; in parseBranchProtection()
160 PBP.BranchTargetEnforcement = true; in parseBranchProtection()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMMachineFunctionInfo.h155 bool BranchTargetEnforcement = false; variable
300 bool branchTargetEnforcement() const { return BranchTargetEnforcement; } in branchTargetEnforcement()
HDARMMachineFunctionInfo.cpp60 BranchTargetEnforcement(GetBranchTargetEnforcement(F, Subtarget)) { in ARMFunctionInfo()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TargetParser/
HDARMTargetParserCommon.h43 bool BranchTargetEnforcement; member
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDTargetInfo.cpp232 AddRemoveAttributeAsSet(BPI.BranchTargetEnforcement, in setBranchProtectionFnAttributes()
247 if (BPI.BranchTargetEnforcement) in initBranchProtectionFnAttributes()
HDCodeGenModule.cpp1190 if (LangOpts.BranchTargetEnforcement) in Release()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64MachineFunctionInfo.h187 bool BranchTargetEnforcement = false; variable
517 bool branchTargetEnforcement() const { return BranchTargetEnforcement; } in branchTargetEnforcement()
HDAArch64MachineFunctionInfo.cpp87 BranchTargetEnforcement = F.hasFnAttribute("branch-target-enforcement"); in AArch64FunctionInfo()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTargetInfo.h1407 bool BranchTargetEnforcement; variable
1436 BranchTargetEnforcement(false), BranchProtectionPAuthLR(false), in BranchProtectionInfo()
1449 BranchTargetEnforcement = LangOpts.BranchTargetEnforcement; in BranchProtectionInfo()
HDLangOptions.def484 LANGOPT(BranchTargetEnforcement, 1, 0, "Branch-target enforcement enabled")
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDARM.cpp425 BPI.BranchTargetEnforcement = PBP.BranchTargetEnforcement; in validateBranchProtection()
1033 if (Opts.BranchTargetEnforcement) in getTargetDefines()
HDAArch64.cpp261 BPI.BranchTargetEnforcement = PBP.BranchTargetEnforcement; in validateBranchProtection()
603 if (Opts.BranchTargetEnforcement) in getTargetDefines()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/Targets/
HDARM.cpp159 } else if (CGM.getLangOpts().BranchTargetEnforcement || in setTargetAttributes()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDClang.cpp1584 IndirectBranches = PBP.BranchTargetEnforcement; in CollectARMPACBTIOptions()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td7372 MarshallingInfoFlag<LangOpts<"BranchTargetEnforcement">>;