Home
last modified time | relevance | path

Searched refs:PAuthTest (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.cpp462 Triple.setEnvironment(llvm::Triple::PAuthTest); in setPAuthABIInTriple()
464 case llvm::Triple::PAuthTest: in setPAuthABIInTriple()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h443 PAuthTest, enumerator
H A DCodeGenModule.cpp153 Kind = AArch64ABIKind::PAuthTest; in createTargetCodeGenInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h295 PAuthTest, enumerator
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp90 getEffectiveTriple().getEnvironment() == llvm::Triple::PAuthTest) in getMultiarchTriple()
H A DClang.cpp1591 if (Triple.getEnvironment() == llvm::Triple::PAuthTest) in CollectARMPACBTIOptions()
1598 if (Triple.getEnvironment() == llvm::Triple::PAuthTest) in CollectARMPACBTIOptions()
1609 if (Triple.getEnvironment() == llvm::Triple::PAuthTest) in CollectARMPACBTIOptions()
1757 else if (Triple.getEnvironment() == llvm::Triple::PAuthTest) in RenderAArch64ABI()
1795 if (Triple.getEnvironment() == llvm::Triple::PAuthTest) in AddAArch64TargetArgs()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp358 case PAuthTest: in getEnvironmentTypeName()
739 .StartsWith("pauthtest", Triple::PAuthTest) in parseEnvironment()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp222 if (getTriple().getEnvironment() == llvm::Triple::PAuthTest && in validateTarget()