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.cpp459 Triple.setEnvironment(llvm::Triple::PAuthTest); in setPAuthABIInTriple()
461 case llvm::Triple::PAuthTest: in setPAuthABIInTriple()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h308 PAuthTest, enumerator
310 LastEnvironmentType = PAuthTest
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h486 PAuthTest, enumerator
H A DCodeGenModule.cpp151 Kind = AArch64ABIKind::PAuthTest; in createTargetCodeGenInfo()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp89 getEffectiveTriple().getEnvironment() == llvm::Triple::PAuthTest) in getMultiarchTriple()
H A DClang.cpp1471 if (Triple.getEnvironment() == llvm::Triple::PAuthTest) in CollectARMPACBTIOptions()
1635 else if (Triple.getEnvironment() == llvm::Triple::PAuthTest) in RenderAArch64ABI()
1755 if (Triple.getEnvironment() == llvm::Triple::PAuthTest) in AddAArch64TargetArgs()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp386 case PAuthTest: in getEnvironmentTypeName()
773 .StartsWith("pauthtest", Triple::PAuthTest) in parseEnvironment()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp224 if (getTriple().getEnvironment() == llvm::Triple::PAuthTest && in validateTarget()