Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DARM.h129 bool isBranchProtectionSupportedArch(StringRef Arch) const override;
H A DARM.cpp374 bool ARMTargetInfo::isBranchProtectionSupportedArch(StringRef Arch) const { in isBranchProtectionSupportedArch() function in ARMTargetInfo
399 if (!isBranchProtectionSupportedArch(Arch)) in validateBranchProtection()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h1322 virtual bool isBranchProtectionSupportedArch(StringRef Arch) const { in isBranchProtectionSupportedArch() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp6455 if (!CGM.getTarget().isBranchProtectionSupportedArch(Attr.Architecture)) in setTargetAttributes()