Searched refs:getEffectiveTriple (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | HIPAMD.cpp | 207 if (getToolChain().getEffectiveTriple().isSPIRV()) in ConstructJob() 258 if (getEffectiveTriple().isSPIRV()) { in addClangTargetOptions()
|
| H A D | CrossWindows.cpp | 97 D.Diag(diag::err_target_unknown_triple) << TC.getEffectiveTriple().str(); in ConstructJob()
|
| H A D | CommonArgs.cpp | 917 const llvm::Triple &Triple = TC.getEffectiveTriple(); in isTLSDESCEnabled() 1154 isUseSeparateSections(ToolChain.getEffectiveTriple()); in addLTOOptions() 1237 if (ToolChain.getEffectiveTriple().isOSBinFormatELF()) in addLTOOptions() 1277 renderRemarksOptions(Args, CmdArgs, ToolChain.getEffectiveTriple(), *Input, in addLTOOptions() 1283 addMachineOutlinerArgs(D, Args, CmdArgs, ToolChain.getEffectiveTriple(), in addLTOOptions() 1927 const llvm::Triple &EffectiveTriple = ToolChain.getEffectiveTriple(); in ParsePICArgs() 3156 const llvm::Triple &Triple = TC.getEffectiveTriple(); in shouldRecordCommandLine()
|
| H A D | MinGW.cpp | 144 else if (TC.getEffectiveTriple().isWindowsArm64EC()) in ConstructJob() 153 D.Diag(diag::err_target_unknown_triple) << TC.getEffectiveTriple().str(); in ConstructJob()
|
| H A D | Flang.cpp | 436 const llvm::Triple &Triple = TC.getEffectiveTriple(); in addTargetOptions() 810 const llvm::Triple &Triple = TC.getEffectiveTriple(); in ConstructJob()
|
| H A D | Fuchsia.cpp | 38 const llvm::Triple &Triple = ToolChain.getEffectiveTriple(); in ConstructJob()
|
| H A D | NetBSD.cpp | 176 arm::appendBE8LinkFlag(Args, CmdArgs, ToolChain.getEffectiveTriple()); in ConstructJob()
|
| H A D | BareMetal.cpp | 588 const llvm::Triple &Triple = getToolChain().getEffectiveTriple(); in ConstructJob()
|
| H A D | Linux.cpp | 89 getEffectiveTriple().getEnvironment() == llvm::Triple::PAuthTest) in getMultiarchTriple()
|
| H A D | Darwin.cpp | 2625 AppendPlatformPrefix(Path, getEffectiveTriple()); in GetEffectiveSysroot() 3506 VersionTuple MinTgtVers = getEffectiveTriple().getMinimumSupportedOSVersion(); in addMinVersionArgs() 3618 TargetEnvironment, getEffectiveTriple()); in addPlatformVersionArgs()
|
| H A D | Clang.cpp | 1400 const llvm::Triple &Triple = TC.getEffectiveTriple(); in CollectARMPACBTIOptions() 1647 const llvm::Triple &Triple = getToolChain().getEffectiveTriple(); in AddAArch64TargetArgs() 3497 const llvm::Triple &EffectiveTriple = TC.getEffectiveTriple(); in RenderSSPOptions() 3677 const llvm::Triple &EffectiveTriple = TC.getEffectiveTriple(); in RenderSCPOptions() 4872 const llvm::Triple &Triple = TC.getEffectiveTriple(); in ConstructJob() 8554 const llvm::Triple &Triple = getToolChain().getEffectiveTriple(); in ConstructJob()
|
| H A D | Gnu.cpp | 295 const llvm::Triple &Triple = getToolChain().getEffectiveTriple(); in ConstructJob()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 287 const llvm::Triple &getEffectiveTriple() const { in getEffectiveTriple() function
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | ARM.cpp | 402 return arm::getARMFloatABI(TC.getDriver(), TC.getEffectiveTriple(), Args); in getARMFloatABI()
|