Searched refs:TCArgs (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Driver/ |
D | Tools.h | 64 const ArgList &TCArgs, 82 const ArgList &TCArgs, 96 const ArgList &TCArgs, 181 const ArgList &TCArgs, 198 const ArgList &TCArgs, 261 const ArgList &TCArgs, 272 const ArgList &TCArgs, 286 const ArgList &TCArgs, 303 const ArgList &TCArgs, 316 const ArgList &TCArgs, [all …]
|
D | Compilation.cpp | 40 DerivedArgList*>::iterator it = TCArgs.begin(), in ~Compilation() 41 ie = TCArgs.end(); it != ie; ++it) in ~Compilation() 63 DerivedArgList *&Entry = TCArgs[std::make_pair(TC, BoundArch)]; in getArgsForToolChain()
|
/external/clang/include/clang/Driver/ |
D | Tool.h | 68 const ArgList &TCArgs,
|
D | Compilation.h | 51 DerivedArgList*> TCArgs; variable
|