Home
last modified time | relevance | path

Searched refs:TCArgs (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Driver/
DTools.h64 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 …]
DCompilation.cpp40 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/
DTool.h68 const ArgList &TCArgs,
DCompilation.h51 DerivedArgList*> TCArgs; variable