Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/TargetParser/
HDARMTargetParserCommon.cpp151 PBP.BranchProtectionPAuthLR = EnablePAuthLR; in parseBranchProtection()
172 PBP.BranchProtectionPAuthLR = true; in parseBranchProtection()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TargetParser/
HDARMTargetParserCommon.h44 bool BranchProtectionPAuthLR; member
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDTargetInfo.cpp234 AddRemoveAttributeAsSet(BPI.BranchProtectionPAuthLR, in setBranchProtectionFnAttributes()
249 if (BPI.BranchProtectionPAuthLR) in initBranchProtectionFnAttributes()
HDCodeGenModule.cpp1193 if (LangOpts.BranchProtectionPAuthLR) in Release()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64MachineFunctionInfo.h193 bool BranchProtectionPAuthLR = false; variable
519 bool branchProtectionPAuthLR() const { return BranchProtectionPAuthLR; } in branchProtectionPAuthLR()
HDAArch64MachineFunctionInfo.cpp88 BranchProtectionPAuthLR = F.hasFnAttribute("branch-protection-pauth-lr"); in AArch64FunctionInfo()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTargetInfo.h1408 bool BranchProtectionPAuthLR; variable
1436 BranchTargetEnforcement(false), BranchProtectionPAuthLR(false), in BranchProtectionInfo()
1450 BranchProtectionPAuthLR = LangOpts.BranchProtectionPAuthLR; in BranchProtectionInfo()
HDLangOptions.def485 LANGOPT(BranchProtectionPAuthLR, 1, 0, "Use PC as a diversifier using PAuthLR NOP instructions.")
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDAArch64.cpp262 BPI.BranchProtectionPAuthLR = PBP.BranchProtectionPAuthLR; in validateBranchProtection()
597 if (Opts.BranchProtectionPAuthLR) in getTargetDefines()
HDARM.cpp426 BPI.BranchProtectionPAuthLR = PBP.BranchProtectionPAuthLR; in validateBranchProtection()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDClang.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-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td7374 MarshallingInfoFlag<LangOpts<"BranchProtectionPAuthLR">>;