Searched refs:getEffectiveTriple (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | CrossWindows.cpp | 97 D.Diag(diag::err_target_unknown_triple) << TC.getEffectiveTriple().str(); in ConstructJob()
|
| H A D | Flang.cpp | 348 const llvm::Triple &Triple = TC.getEffectiveTriple(); in addTargetOptions() 662 const llvm::Triple &Triple = TC.getEffectiveTriple(); in ConstructJob()
|
| H A D | CommonArgs.cpp | 734 const llvm::Triple &Triple = TC.getEffectiveTriple(); in isTLSDESCEnabled() 944 isUseSeparateSections(ToolChain.getEffectiveTriple()); in addLTOOptions() 1028 if (ToolChain.getEffectiveTriple().isOSBinFormatELF()) in addLTOOptions() 1068 renderRemarksOptions(Args, CmdArgs, ToolChain.getEffectiveTriple(), Input, in addLTOOptions() 1074 addMachineOutlinerArgs(D, Args, CmdArgs, ToolChain.getEffectiveTriple(), in addLTOOptions() 1773 const llvm::Triple &EffectiveTriple = ToolChain.getEffectiveTriple(); in ParsePICArgs()
|
| H A D | Fuchsia.cpp | 40 const llvm::Triple &Triple = ToolChain.getEffectiveTriple(); in ConstructJob()
|
| H A D | BareMetal.cpp | 439 const llvm::Triple &Triple = getToolChain().getEffectiveTriple(); in ConstructJob()
|
| H A D | NetBSD.cpp | 176 arm::appendBE8LinkFlag(Args, CmdArgs, ToolChain.getEffectiveTriple()); in ConstructJob()
|
| H A D | MinGW.cpp | 138 D.Diag(diag::err_target_unknown_triple) << TC.getEffectiveTriple().str(); in ConstructJob()
|
| H A D | Darwin.cpp | 2415 AppendPlatformPrefix(Path, getEffectiveTriple()); in GetEffectiveSysroot() 3169 VersionTuple MinTgtVers = getEffectiveTriple().getMinimumSupportedOSVersion(); in addMinVersionArgs() 3281 TargetEnvironment, getEffectiveTriple()); in addPlatformVersionArgs()
|
| H A D | Clang.cpp | 1517 const llvm::Triple &Triple = TC.getEffectiveTriple(); in CollectARMPACBTIOptions() 1715 const llvm::Triple &Triple = getToolChain().getEffectiveTriple(); in AddAArch64TargetArgs() 3334 const llvm::Triple &EffectiveTriple = TC.getEffectiveTriple(); in RenderSSPOptions() 3482 const llvm::Triple &EffectiveTriple = TC.getEffectiveTriple(); in RenderSCPOptions() 4656 const llvm::Triple &Triple = TC.getEffectiveTriple(); in ConstructJob() 8272 const llvm::Triple &Triple = getToolChain().getEffectiveTriple(); in ConstructJob()
|
| H A D | Gnu.cpp | 369 const llvm::Triple &Triple = getToolChain().getEffectiveTriple(); in ConstructJob()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 275 const llvm::Triple &getEffectiveTriple() const { in getEffectiveTriple() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | ARM.cpp | 359 return arm::getARMFloatABI(TC.getDriver(), TC.getEffectiveTriple(), Args); in getARMFloatABI()
|