Searched refs:validateBranchProtection (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | ARM.h | 156 bool validateBranchProtection(StringRef Spec, StringRef Arch,
|
| H A D | AArch64.h | 104 bool validateBranchProtection(StringRef Spec, StringRef Arch,
|
| H A D | ARM.cpp | 404 bool ARMTargetInfo::validateBranchProtection(StringRef Spec, StringRef Arch, in validateBranchProtection() function in ARMTargetInfo
|
| H A D | AArch64.cpp | 243 bool AArch64TargetInfo::validateBranchProtection(StringRef Spec, StringRef, in validateBranchProtection() function in AArch64TargetInfo
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | ARM.cpp | 151 if (!CGM.getTarget().validateBranchProtection(Attr.BranchProtection, in setTargetAttributes()
|
| H A D | AArch64.cpp | 130 (void)CGM.getTarget().validateBranchProtection(Attr.BranchProtection, in setTargetAttributes()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 1463 virtual bool validateBranchProtection(StringRef Spec, StringRef Arch, in validateBranchProtection() function
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 2998 if (!Context.getTargetInfo().validateBranchProtection( in checkTargetAttr()
|