Searched refs:ComputeEffectiveClangTriple (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | NaCl.h | 73 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
|
| H A D | Fuchsia.h | 83 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
|
| H A D | MSVC.h | 113 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
|
| H A D | NaCl.cpp | 354 NaClToolChain::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() function in NaClToolChain
|
| H A D | MSVC.cpp | 800 MSVCToolChain::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() function in MSVCToolChain 810 llvm::Triple Triple(ToolChain::ComputeEffectiveClangTriple(Args, InputType)); in ComputeEffectiveClangTriple()
|
| H A D | Fuchsia.cpp | 339 std::string Fuchsia::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() function in Fuchsia
|
| H A D | Darwin.h | 336 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
|
| H A D | Darwin.cpp | 1089 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() function in Darwin
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 634 virtual std::string ComputeEffectiveClangTriple(
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 248 const llvm::Triple Triple(ComputeEffectiveClangTriple(Args)); in getMultilibFlags() 1014 std::string ToolChain::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() function in ToolChain
|
| H A D | Driver.cpp | 2238 const llvm::Triple Triple(TC.ComputeEffectiveClangTriple(C.getArgs())); in HandleImmediateArgs() 2287 const llvm::Triple Triple(TC.ComputeEffectiveClangTriple(C.getArgs())); in HandleImmediateArgs() 5568 EffectiveTriple = llvm::Triple(ToolTC.ComputeEffectiveClangTriple(Args)); in BuildJobsForActionNoCache() 5572 ToolTC.ComputeEffectiveClangTriple(Args, InputInfos[0].getType())); in BuildJobsForActionNoCache()
|