HomeSort by relevance Sort by last modified time
    Searched refs:ComputeEffectiveClangTriple (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Driver/
ToolChain.h 330 /// ComputeEffectiveClangTriple - Return the Clang triple to use for this
335 virtual std::string ComputeEffectiveClangTriple(
  /external/clang/lib/Driver/
MSVCToolChain.cpp 606 MSVCToolChain::ComputeEffectiveClangTriple(const ArgList &Args,
609 ToolChain::ComputeEffectiveClangTriple(Args, InputType);
ToolChains.h 298 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
386 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
    [all...]
ToolChain.cpp 497 std::string ToolChain::ComputeEffectiveClangTriple(const ArgList &Args,
ToolChains.cpp 168 std::string MachO::ComputeEffectiveClangTriple(const ArgList &Args,
175 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args,
    [all...]
Tools.cpp 643 const llvm::Triple Triple(TC.ComputeEffectiveClangTriple(Args));
    [all...]

Completed in 395 milliseconds