Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DARMTargetParserCommon.cpp151 PBP.BranchProtectionPAuthLR = EnablePAuthLR; in parseBranchProtection()
172 PBP.BranchProtectionPAuthLR = true; in parseBranchProtection()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DARMTargetParserCommon.h44 bool BranchProtectionPAuthLR; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp234 AddRemoveAttributeAsSet(BPI.BranchProtectionPAuthLR, in setBranchProtectionFnAttributes()
249 if (BPI.BranchProtectionPAuthLR) in initBranchProtectionFnAttributes()
H A DCodeGenModule.cpp1193 if (LangOpts.BranchProtectionPAuthLR) in Release()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h193 bool BranchProtectionPAuthLR = false; variable
519 bool branchProtectionPAuthLR() const { return BranchProtectionPAuthLR; } in branchProtectionPAuthLR()
H A DAArch64MachineFunctionInfo.cpp88 BranchProtectionPAuthLR = F.hasFnAttribute("branch-protection-pauth-lr"); in AArch64FunctionInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1408 bool BranchProtectionPAuthLR; variable
1436 BranchTargetEnforcement(false), BranchProtectionPAuthLR(false), in BranchProtectionInfo()
1450 BranchProtectionPAuthLR = LangOpts.BranchProtectionPAuthLR; in BranchProtectionInfo()
H A DLangOptions.def485 LANGOPT(BranchProtectionPAuthLR, 1, 0, "Use PC as a diversifier using PAuthLR NOP instructions.")
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp262 BPI.BranchProtectionPAuthLR = PBP.BranchProtectionPAuthLR; in validateBranchProtection()
597 if (Opts.BranchProtectionPAuthLR) in getTargetDefines()
H A DARM.cpp426 BPI.BranchProtectionPAuthLR = PBP.BranchProtectionPAuthLR; in validateBranchProtection()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp1544 bool IndirectBranches, BranchProtectionPAuthLR, GuardedControlStack; in CollectARMPACBTIOptions() local
1553 BranchProtectionPAuthLR = false; in CollectARMPACBTIOptions()
1583 BranchProtectionPAuthLR = PBP.BranchProtectionPAuthLR; in CollectARMPACBTIOptions()
1597 if (BranchProtectionPAuthLR) { in CollectARMPACBTIOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7374 MarshallingInfoFlag<LangOpts<"BranchProtectionPAuthLR">>;