Lines Matching refs:tool
62 placeholders used in the definition of tools. See "gn help tool" for those.
404 const Tool* tool,
422 const Tool* tool,
426 output->push_back(ApplyPatternToTargetAsOutputFile(target, tool, item));
506 // First try the common tool ones.
520 const Tool* tool,
527 result.value().append(GetLinkerSubstitution(target, tool, subrange.type));
536 const Tool* tool,
540 output->push_back(ApplyPatternToLinkerAsOutputFile(target, tool, item));
546 const Tool* tool,
548 // First try the common tool ones.
557 // path it wants), or the tool's default (which will contain further
560 return ApplyPatternToLinkerAsOutputFile(target, tool,
561 tool->default_output_dir())
572 // does not include the dot but the tool's does.
574 return tool->default_output_extension();