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

  /external/clang/lib/Driver/
Tools.h 99 const llvm::opt::ArgList &TCArgs,
115 const llvm::opt::ArgList &TCArgs,
129 const llvm::opt::ArgList &TCArgs,
190 const llvm::opt::ArgList &TCArgs,
206 const llvm::opt::ArgList &TCArgs,
252 const llvm::opt::ArgList &TCArgs,
270 const llvm::opt::ArgList &TCArgs,
282 const llvm::opt::ArgList &TCArgs,
297 const llvm::opt::ArgList &TCArgs,
310 const llvm::opt::ArgList &TCArgs,
    [all...]
Compilation.cpp 37 DerivedArgList*>::iterator it = TCArgs.begin(),
38 ie = TCArgs.end(); it != ie; ++it)
60 DerivedArgList *&Entry = TCArgs[std::make_pair(TC, BoundArch)];
  /external/clang/include/clang/Driver/
Tool.h 69 /// \param TCArgs - The argument list for this toolchain, with any
76 const llvm::opt::ArgList &TCArgs,
Compilation.h 57 llvm::opt::DerivedArgList *> TCArgs;

Completed in 165 milliseconds