Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h797 bool isArmT32() const { in isArmT32() function
/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DARM.cpp394 return a.isArmT32() && (Profile == llvm::ARM::ProfileKind::M); in isBranchProtectionSupportedArch()
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp1584 if (!(isAArch64 || (Triple.isArmT32() && Triple.isArmMClass()))) in CollectARMPACBTIOptions()