Home
last modified time | relevance | path

Searched refs:isArmT32 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h885 bool isArmT32() const { in isArmT32() function
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp401 return a.isArmT32() && (Profile == llvm::ARM::ProfileKind::M); in isBranchProtectionSupportedArch()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp1539 if (!(isAArch64 || (Triple.isArmT32() && Triple.isArmMClass()))) in CollectARMPACBTIOptions()