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 114 const llvm::opt::ArgList &TCArgs,
131 const llvm::opt::ArgList &TCArgs,
154 const llvm::opt::ArgList &TCArgs,
213 const llvm::opt::ArgList &TCArgs,
228 const llvm::opt::ArgList &TCArgs,
242 const llvm::opt::ArgList &TCArgs,
257 const llvm::opt::ArgList &TCArgs,
316 const llvm::opt::ArgList &TCArgs,
355 const llvm::opt::ArgList &TCArgs,
375 const llvm::opt::ArgList &TCArgs,
    [all...]
Compilation.cpp 38 DerivedArgList*>::iterator it = TCArgs.begin(),
39 ie = TCArgs.end(); it != ie; ++it)
61 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 60 llvm::opt::DerivedArgList *> TCArgs;

Completed in 50 milliseconds