HomeSort by: relevance | last modified time | path
    Searched refs:ComputeEffectiveClangTriple (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
NaCl.h 73 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
Fuchsia.h 68 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
MSVC.h 117 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
Fuchsia.cpp 281 std::string Fuchsia::ComputeEffectiveClangTriple(const ArgList &Args,
NaCl.cpp 355 NaClToolChain::ComputeEffectiveClangTriple(const ArgList &Args,
Darwin.h 309 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
MSVC.cpp 1347 MSVCToolChain::ComputeEffectiveClangTriple(const ArgList &Args,
1357 llvm::Triple Triple(ToolChain::ComputeEffectiveClangTriple(Args, InputType));
Darwin.cpp 939 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args,
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
ToolChain.h 557 /// ComputeEffectiveClangTriple - Return the Clang triple to use for this
562 virtual std::string ComputeEffectiveClangTriple(
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp 1887 const llvm::Triple Triple(TC.ComputeEffectiveClangTriple(C.getArgs()));
1924 const llvm::Triple Triple(TC.ComputeEffectiveClangTriple(C.getArgs()));
4683 EffectiveTriple = llvm::Triple(ToolTC.ComputeEffectiveClangTriple(Args));
4687 ToolTC.ComputeEffectiveClangTriple(Args, InputInfos[0].getType()));
ToolChain.cpp 724 std::string ToolChain::ComputeEffectiveClangTriple(const ArgList &Args,

Completed in 71 milliseconds