Searched refs:TCArgs (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Driver/ |
D | Tools.h | 118 const llvm::opt::ArgList &TCArgs, 135 const llvm::opt::ArgList &TCArgs, 162 const llvm::opt::ArgList &TCArgs, 221 const llvm::opt::ArgList &TCArgs, 236 const llvm::opt::ArgList &TCArgs, 250 const llvm::opt::ArgList &TCArgs, 265 const llvm::opt::ArgList &TCArgs, 326 const llvm::opt::ArgList &TCArgs, 365 const llvm::opt::ArgList &TCArgs, 385 const llvm::opt::ArgList &TCArgs, [all …]
|
D | Compilation.cpp | 41 DerivedArgList*>::iterator it = TCArgs.begin(), in ~Compilation() 42 ie = TCArgs.end(); it != ie; ++it) in ~Compilation() 60 DerivedArgList *&Entry = TCArgs[std::make_pair(TC, BoundArch)]; in getArgsForToolChain()
|
/external/clang/include/clang/Driver/ |
D | Tool.h | 130 const llvm::opt::ArgList &TCArgs,
|
D | Compilation.h | 74 llvm::opt::DerivedArgList *> TCArgs; variable
|