Lines Matching defs:Tool
64 #include "clang/Driver/Tool.h"
1980 const Tool &FailingTool = FailingCommand->getCreator();
2878 /// Tool chains associated with this builder. The same programming
5054 // Match ClangAs and other derived assemblers of Tool. ClangAs uses a
5216 const Tool *
5229 const Tool *T = TC.SelectTool(*CJ);
5242 const Tool *BT = TC.SelectTool(*BJ);
5255 const Tool *combineAssembleBackend(ArrayRef<JobActionInfo> ActionInfo,
5266 const Tool *T = TC.SelectTool(*BJ);
5278 const Tool *combineBackendCompile(ArrayRef<JobActionInfo> ActionInfo,
5304 const Tool *T = TC.SelectTool(*CJ);
5327 void combineWithPreprocessor(const Tool *T, ActionList &Inputs,
5366 const Tool *getTool(ActionList &Inputs,
5395 const Tool *T = combineAssembleBackendCompile(ActionChain, Inputs,
5599 const Tool *T = TS.getTool(Inputs, CollapsedOffloadActions);
6201 StringRef Tool, const ToolChain &TC,
6204 Names.emplace_back((TargetTriple + "-" + Tool).str());
6205 Names.emplace_back(Tool);