Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp348 const llvm::Triple &Triple = TC.getEffectiveTriple(); in addTargetOptions()
662 const llvm::Triple &Triple = TC.getEffectiveTriple(); in ConstructJob()
H A DCommonArgs.cpp734 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 DFuchsia.cpp40 const llvm::Triple &Triple = ToolChain.getEffectiveTriple(); in ConstructJob()
H A DBareMetal.cpp439 const llvm::Triple &Triple = getToolChain().getEffectiveTriple(); in ConstructJob()
H A DNetBSD.cpp176 arm::appendBE8LinkFlag(Args, CmdArgs, ToolChain.getEffectiveTriple()); in ConstructJob()
H A DMinGW.cpp138 D.Diag(diag::err_target_unknown_triple) << TC.getEffectiveTriple().str(); in ConstructJob()
H A DDarwin.cpp2415 AppendPlatformPrefix(Path, getEffectiveTriple()); in GetEffectiveSysroot()
3169 VersionTuple MinTgtVers = getEffectiveTriple().getMinimumSupportedOSVersion(); in addMinVersionArgs()
3281 TargetEnvironment, getEffectiveTriple()); in addPlatformVersionArgs()
H A DClang.cpp1517 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 DGnu.cpp369 const llvm::Triple &Triple = getToolChain().getEffectiveTriple(); in ConstructJob()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h275 const llvm::Triple &getEffectiveTriple() const { in getEffectiveTriple() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp359 return arm::getARMFloatABI(TC.getDriver(), TC.getEffectiveTriple(), Args); in getARMFloatABI()