Searched refs:BranchProtectionPAuthLR (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DARMTargetParserCommon.h44 bool BranchProtectionPAuthLR; member in struct:llvm::ARM::ParsedBranchProtection
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp113 TryFnThenModule("branch-protection-pauth-lr", BranchProtectionPAuthLR);
H A DAArch64MachineFunctionInfo.h181 bool BranchProtectionPAuthLR = false; member in class:llvm::final
466 bool branchProtectionPAuthLR() const { return BranchProtectionPAuthLR; }
/freebsd-current/contrib/llvm-project/llvm/lib/TargetParser/
H A DARMTargetParserCommon.cpp171 PBP.BranchProtectionPAuthLR = true;
/freebsd-current/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp228 BPI.BranchProtectionPAuthLR = PBP.BranchProtectionPAuthLR;
H A DARM.cpp425 BPI.BranchProtectionPAuthLR = PBP.BranchProtectionPAuthLR;
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1375 bool BranchProtectionPAuthLR = false; member in struct:clang::TargetInfo::BranchProtectionInfo
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp140 BPI.BranchProtectionPAuthLR ? "true" : "false");
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp1523 bool IndirectBranches, BranchProtectionPAuthLR, GuardedControlStack; local
1532 BranchProtectionPAuthLR = false;
1545 BranchProtectionPAuthLR = PBP.BranchProtectionPAuthLR;
1555 if (BranchProtectionPAuthLR)
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1151 if (LangOpts.BranchProtectionPAuthLR)

Completed in 494 milliseconds