Home
last modified time | relevance | path

Searched refs:isBranchProtectionSupportedArch (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.h140 bool isBranchProtectionSupportedArch(StringRef Arch) const override;
H A DARM.cpp385 bool ARMTargetInfo::isBranchProtectionSupportedArch(StringRef Arch) const { in isBranchProtectionSupportedArch() function in ARMTargetInfo
410 if (!isBranchProtectionSupportedArch(Arch)) in validateBranchProtection()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp170 if (!CGM.getTarget().isBranchProtectionSupportedArch(Attr.CPU)) in setTargetAttributes()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1381 virtual bool isBranchProtectionSupportedArch(StringRef Arch) const { in isBranchProtectionSupportedArch() function