Home
last modified time | relevance | path

Searched defs:isBranchProtectionSupportedArch (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp386 bool ARMTargetInfo::isBranchProtectionSupportedArch(StringRef Arch) const { in isBranchProtectionSupportedArch() function in ARMTargetInfo
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1457 virtual bool isBranchProtectionSupportedArch(StringRef Arch) const { in isBranchProtectionSupportedArch() function