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

  /external/clang/lib/Driver/
ToolChain.cpp 256 std::string ToolChain::ComputeLLVMTriple(const ArgList &Args,
339 return ComputeLLVMTriple(Args, InputType);
ToolChains.cpp 188 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType));
195 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType));
    [all...]
  /external/clang/include/clang/Driver/
ToolChain.h 273 /// ComputeLLVMTriple - Return the LLVM target triple to use, after taking
276 ComputeLLVMTriple(const llvm::opt::ArgList &Args,

Completed in 457 milliseconds