Searched refs:ComputeEffectiveClangTriple (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DNaCl.h73 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
H A DFuchsia.h66 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
H A DMSVC.h137 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
H A DFuchsia.cpp233 std::string Fuchsia::ComputeEffectiveClangTriple(const ArgList &Args, function in class:Fuchsia
H A DNaCl.cpp354 NaClToolChain::ComputeEffectiveClangTriple(const ArgList &Args, function in class:NaClToolChain
H A DDarwin.h307 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
H A DMSVC.cpp1358 MSVCToolChain::ComputeEffectiveClangTriple(const ArgList &Args, function in class:MSVCToolChain
1368 llvm::Triple Triple(ToolChain::ComputeEffectiveClangTriple(Args, InputType));
H A DDarwin.cpp908 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args, function in class:Darwin
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h523 /// ComputeEffectiveClangTriple - Return the Clang triple to use for this
528 virtual std::string ComputeEffectiveClangTriple(
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1802 const llvm::Triple Triple(TC.ComputeEffectiveClangTriple(C.getArgs()));
1839 const llvm::Triple Triple(TC.ComputeEffectiveClangTriple(C.getArgs()));
4375 EffectiveTriple = llvm::Triple(ToolTC.ComputeEffectiveClangTriple(Args));
4379 ToolTC.ComputeEffectiveClangTriple(Args, InputInfos[0].getType()));
H A DToolChain.cpp766 std::string ToolChain::ComputeEffectiveClangTriple(const ArgList &Args, function in class:ToolChain

Completed in 152 milliseconds