Searched refs:validateBranchProtection (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Basic/Targets/ |
| H A D | AArch64.h | 71 bool validateBranchProtection(StringRef Spec, StringRef Arch,
|
| H A D | ARM.h | 130 bool validateBranchProtection(StringRef Spec, StringRef Arch,
|
| H A D | AArch64.cpp | 141 bool AArch64TargetInfo::validateBranchProtection(StringRef Spec, StringRef, in validateBranchProtection() function in AArch64TargetInfo
|
| H A D | ARM.cpp | 392 bool ARMTargetInfo::validateBranchProtection(StringRef Spec, StringRef Arch, in validateBranchProtection() function in ARMTargetInfo
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 1328 virtual bool validateBranchProtection(StringRef Spec, StringRef Arch, in validateBranchProtection() function
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 5604 (void)CGM.getTarget().validateBranchProtection( in setTargetAttributes() 6433 if (!CGM.getTarget().validateBranchProtection(Attr.BranchProtection, in setTargetAttributes()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 3436 if (!Context.getTargetInfo().validateBranchProtection( in checkTargetAttr()
|