Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCrossWindows.cpp97 D.Diag(diag::err_target_unknown_triple) << TC.getEffectiveTriple().str(); in ConstructJob()
H A DFlang.cpp350 const llvm::Triple &Triple = TC.getEffectiveTriple(); in addTargetOptions()
674 const llvm::Triple &Triple = TC.getEffectiveTriple(); in ConstructJob()
H A DCommonArgs.cpp783 const llvm::Triple &Triple = TC.getEffectiveTriple(); in isTLSDESCEnabled()
994 isUseSeparateSections(ToolChain.getEffectiveTriple()); in addLTOOptions()
1077 if (ToolChain.getEffectiveTriple().isOSBinFormatELF()) in addLTOOptions()
1117 renderRemarksOptions(Args, CmdArgs, ToolChain.getEffectiveTriple(), Input, in addLTOOptions()
1123 addMachineOutlinerArgs(D, Args, CmdArgs, ToolChain.getEffectiveTriple(), in addLTOOptions()
1773 const llvm::Triple &EffectiveTriple = ToolChain.getEffectiveTriple(); in ParsePICArgs()
H A DMinGW.cpp135 if (TC.getEffectiveTriple().isWindowsArm64EC()) in ConstructJob()
141 D.Diag(diag::err_target_unknown_triple) << TC.getEffectiveTriple().str(); in ConstructJob()
H A DFuchsia.cpp40 const llvm::Triple &Triple = ToolChain.getEffectiveTriple(); in ConstructJob()
H A DBareMetal.cpp472 const llvm::Triple &Triple = getToolChain().getEffectiveTriple(); in ConstructJob()
H A DNetBSD.cpp176 arm::appendBE8LinkFlag(Args, CmdArgs, ToolChain.getEffectiveTriple()); in ConstructJob()
H A DLinux.cpp90 getEffectiveTriple().getEnvironment() == llvm::Triple::PAuthTest) in getMultiarchTriple()
H A DDarwin.cpp2446 AppendPlatformPrefix(Path, getEffectiveTriple()); in GetEffectiveSysroot()
3264 VersionTuple MinTgtVers = getEffectiveTriple().getMinimumSupportedOSVersion(); in addMinVersionArgs()
3376 TargetEnvironment, getEffectiveTriple()); in addPlatformVersionArgs()
H A DClang.cpp1538 const llvm::Triple &Triple = TC.getEffectiveTriple(); in CollectARMPACBTIOptions()
1769 const llvm::Triple &Triple = getToolChain().getEffectiveTriple(); in AddAArch64TargetArgs()
3487 const llvm::Triple &EffectiveTriple = TC.getEffectiveTriple(); in RenderSSPOptions()
3635 const llvm::Triple &EffectiveTriple = TC.getEffectiveTriple(); in RenderSCPOptions()
4894 const llvm::Triple &Triple = TC.getEffectiveTriple(); in ConstructJob()
8495 const llvm::Triple &Triple = getToolChain().getEffectiveTriple(); in ConstructJob()
H A DGnu.cpp369 const llvm::Triple &Triple = getToolChain().getEffectiveTriple(); in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h283 const llvm::Triple &getEffectiveTriple() const { in getEffectiveTriple() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp364 return arm::getARMFloatABI(TC.getDriver(), TC.getEffectiveTriple(), Args); in getARMFloatABI()