Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.h155 bool isBranchProtectionSupportedArch(StringRef Arch) const override;
H A DARM.cpp386 bool ARMTargetInfo::isBranchProtectionSupportedArch(StringRef Arch) const { in isBranchProtectionSupportedArch() function in ARMTargetInfo
411 if (!isBranchProtectionSupportedArch(Arch)) in validateBranchProtection()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp164 if (!CGM.getTarget().isBranchProtectionSupportedArch(Attr.CPU)) in setTargetAttributes()
170 } else if (CGM.getTarget().isBranchProtectionSupportedArch( in setTargetAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1457 virtual bool isBranchProtectionSupportedArch(StringRef Arch) const { in isBranchProtectionSupportedArch() function