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