Searched defs:validateBranchProtection (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/ | ||
H A D | ARM.cpp | 403 bool ARMTargetInfo::validateBranchProtection(StringRef Spec, StringRef Arch, validateBranchProtection() function in ARMTargetInfo |
H A D | AArch64.cpp | 209 bool AArch64TargetInfo::validateBranchProtection(StringRef Spec, StringRef, validateBranchProtection() function in AArch64TargetInfo |
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ | ||
H A D | TargetInfo.h | 1387 virtual bool validateBranchProtection(StringRef Spec, StringRef Arch, validateBranchProtection() function |