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

  /external/clang/include/clang/Driver/
ToolChain.h 241 /// ComputeLLVMTriple - Return the LLVM target triple to use, after taking
244 ComputeLLVMTriple(const llvm::opt::ArgList &Args,
  /external/clang/lib/Driver/
ToolChain.cpp 240 std::string ToolChain::ComputeLLVMTriple(const ArgList &Args,
280 return ComputeLLVMTriple(Args, InputType);
ToolChains.cpp 160 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType));
898 return ComputeLLVMTriple(Args, InputType);
    [all...]

Completed in 116 milliseconds