Searched refs:ComputeEffectiveClangTriple (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | NaCl.h | 73 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
|
| H A D | Fuchsia.h | 68 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
|
| H A D | MSVC.h | 117 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
|
| H A D | NaCl.cpp | 355 NaClToolChain::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() function in NaClToolChain
|
| H A D | Fuchsia.cpp | 281 std::string Fuchsia::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() function in Fuchsia
|
| H A D | Darwin.h | 309 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
|
| H A D | MSVC.cpp | 1347 MSVCToolChain::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() function in MSVCToolChain 1357 llvm::Triple Triple(ToolChain::ComputeEffectiveClangTriple(Args, InputType)); in ComputeEffectiveClangTriple()
|
| H A D | Darwin.cpp | 939 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() function in Darwin
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 562 virtual std::string ComputeEffectiveClangTriple(
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 724 std::string ToolChain::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() function in ToolChain
|
| H A D | Driver.cpp | 1887 const llvm::Triple Triple(TC.ComputeEffectiveClangTriple(C.getArgs())); in HandleImmediateArgs() 1924 const llvm::Triple Triple(TC.ComputeEffectiveClangTriple(C.getArgs())); in HandleImmediateArgs() 4683 EffectiveTriple = llvm::Triple(ToolTC.ComputeEffectiveClangTriple(Args)); in BuildJobsForActionNoCache() 4687 ToolTC.ComputeEffectiveClangTriple(Args, InputInfos[0].getType())); in BuildJobsForActionNoCache()
|