Home
last modified time | relevance | path

Searched refs:isArmMClass (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h905 bool isArmMClass() const { in isArmMClass() function
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp787 if (getTriple().getArch() == Triple::arm && !getTriple().isArmMClass()) { in getTargetSubDirPath()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8165 S.Context.getTargetInfo().getTriple().isArmMClass()) { in HandleNeonVectorTypeAttr()
8173 S.Context.getTargetInfo().getTriple().isArmMClass()) { in HandleNeonVectorTypeAttr()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2536 triple.isAArch64() || triple.isArmMClass() || triple.isARM()) in GetWatchpointReportedAfter()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp1539 if (!(isAArch64 || (Triple.isArmT32() && Triple.isArmMClass()))) in CollectARMPACBTIOptions()