Home
last modified time | relevance | path

Searched refs:getEffectiveTriple (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPAMD.cpp207 if (getToolChain().getEffectiveTriple().isSPIRV()) in ConstructJob()
258 if (getEffectiveTriple().isSPIRV()) { in addClangTargetOptions()
H A DCrossWindows.cpp97 D.Diag(diag::err_target_unknown_triple) << TC.getEffectiveTriple().str(); in ConstructJob()
H A DCommonArgs.cpp917 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 DMinGW.cpp144 else if (TC.getEffectiveTriple().isWindowsArm64EC()) in ConstructJob()
153 D.Diag(diag::err_target_unknown_triple) << TC.getEffectiveTriple().str(); in ConstructJob()
H A DFlang.cpp436 const llvm::Triple &Triple = TC.getEffectiveTriple(); in addTargetOptions()
810 const llvm::Triple &Triple = TC.getEffectiveTriple(); in ConstructJob()
H A DFuchsia.cpp38 const llvm::Triple &Triple = ToolChain.getEffectiveTriple(); in ConstructJob()
H A DNetBSD.cpp176 arm::appendBE8LinkFlag(Args, CmdArgs, ToolChain.getEffectiveTriple()); in ConstructJob()
H A DBareMetal.cpp588 const llvm::Triple &Triple = getToolChain().getEffectiveTriple(); in ConstructJob()
H A DLinux.cpp89 getEffectiveTriple().getEnvironment() == llvm::Triple::PAuthTest) in getMultiarchTriple()
H A DDarwin.cpp2625 AppendPlatformPrefix(Path, getEffectiveTriple()); in GetEffectiveSysroot()
3506 VersionTuple MinTgtVers = getEffectiveTriple().getMinimumSupportedOSVersion(); in addMinVersionArgs()
3618 TargetEnvironment, getEffectiveTriple()); in addPlatformVersionArgs()
H A DClang.cpp1400 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 DGnu.cpp295 const llvm::Triple &Triple = getToolChain().getEffectiveTriple(); in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h287 const llvm::Triple &getEffectiveTriple() const { in getEffectiveTriple() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp402 return arm::getARMFloatABI(TC.getDriver(), TC.getEffectiveTriple(), Args); in getARMFloatABI()