Searched refs:TCArgs (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Driver/ |
D | 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 …]
|
D | Compilation.cpp | 38 DerivedArgList*>::iterator it = TCArgs.begin(), in ~Compilation() 39 ie = TCArgs.end(); it != ie; ++it) in ~Compilation() 61 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 | 60 llvm::opt::DerivedArgList *> TCArgs; variable
|