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 102 const llvm::opt::ArgList &TCArgs,
120 const llvm::opt::ArgList &TCArgs,
144 const llvm::opt::ArgList &TCArgs,
205 const llvm::opt::ArgList &TCArgs,
221 const llvm::opt::ArgList &TCArgs,
267 const llvm::opt::ArgList &TCArgs,
305 const llvm::opt::ArgList &TCArgs,
325 const llvm::opt::ArgList &TCArgs,
337 const llvm::opt::ArgList &TCArgs,
352 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 123 /// \param TCArgs - The argument list for this toolchain, with any
130 const llvm::opt::ArgList &TCArgs,
Compilation.h 57 llvm::opt::DerivedArgList *> TCArgs;

Completed in 52 milliseconds