Home
last modified time | relevance | path

Searched refs:BranchProtectionPAuthLR (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DARMTargetParserCommon.h44 bool BranchProtectionPAuthLR; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h181 bool BranchProtectionPAuthLR = false; variable
466 bool branchProtectionPAuthLR() const { return BranchProtectionPAuthLR; } in branchProtectionPAuthLR()
H A DAArch64MachineFunctionInfo.cpp113 TryFnThenModule("branch-protection-pauth-lr", BranchProtectionPAuthLR); in AArch64FunctionInfo()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DARMTargetParserCommon.cpp171 PBP.BranchProtectionPAuthLR = true; in parseBranchProtection()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp425 BPI.BranchProtectionPAuthLR = PBP.BranchProtectionPAuthLR; in validateBranchProtection()
H A DAArch64.cpp228 BPI.BranchProtectionPAuthLR = PBP.BranchProtectionPAuthLR; in validateBranchProtection()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1375 bool BranchProtectionPAuthLR = false; member
H A DLangOptions.def464 LANGOPT(BranchProtectionPAuthLR, 1, 0, "Use PC as a diversifier using PAuthLR NOP instructions.")
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp140 BPI.BranchProtectionPAuthLR ? "true" : "false"); in setTargetAttributes()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp1523 bool IndirectBranches, BranchProtectionPAuthLR, GuardedControlStack; in CollectARMPACBTIOptions() local
1532 BranchProtectionPAuthLR = false; in CollectARMPACBTIOptions()
1545 BranchProtectionPAuthLR = PBP.BranchProtectionPAuthLR; in CollectARMPACBTIOptions()
1555 if (BranchProtectionPAuthLR) in CollectARMPACBTIOptions()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1151 if (LangOpts.BranchProtectionPAuthLR) in Release()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7062 MarshallingInfoFlag<LangOpts<"BranchProtectionPAuthLR">>;