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 340 /// ComputeEffectiveClangTriple - Return the Clang triple to use for this
345 virtual std::string ComputeEffectiveClangTriple(
  /external/clang/lib/Driver/
ToolChains.h 316 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
404 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
    [all...]
MSVCToolChain.cpp 667 MSVCToolChain::ComputeEffectiveClangTriple(const ArgList &Args,
670 ToolChain::ComputeEffectiveClangTriple(Args, InputType);
ToolChain.cpp 505 std::string ToolChain::ComputeEffectiveClangTriple(const ArgList &Args,
ToolChains.cpp 179 std::string MachO::ComputeEffectiveClangTriple(const ArgList &Args,
186 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args,
    [all...]
Tools.cpp 747 const llvm::Triple Triple(TC.ComputeEffectiveClangTriple(Args));
    [all...]

Completed in 74 milliseconds