Home
last modified time | relevance | path

Searched refs:GetOutputFilesForSource (Results 1 – 9 of 9) sorted by relevance

/third_party/gn/src/gn/
Dcommand_outputs.cc127 pair.first->GetOutputFilesForSource(file, &computed_tool, in RunOutputs()
Dninja_c_binary_target_writer.cc99 t->GetOutputFilesForSource(*modulemap, &tool_type, &modulemap_outputs)); in GetModuleDepsInformation()
442 if (!target_->GetOutputFilesForSource(source, &tool_name, &tool_outputs)) { in WriteSources()
Dtarget_unittest.cc884 bool result = target.GetOutputFilesForSource(SourceFile("//source/input.cc"), in TEST_F()
949 bool result = target.GetOutputFilesForSource(SourceFile("//source/input.txt"), in TEST_F()
985 bool result = target.GetOutputFilesForSource(SourceFile("//source/input.txt"), in TEST_F()
1009 result = target.GetOutputFilesForSource(SourceFile("//source/input.txt"), in TEST_F()
1681 bool result = target.GetOutputFilesForSource( in TEST_F()
Dcompile_commands_writer.cc263 if (!target->GetOutputFilesForSource(source, &tool_name, &tool_outputs)) in OutputJSON()
Dtarget.h446 bool GetOutputFilesForSource(const SourceFile& source,
Dtarget.cc96 if (!target->GetOutputFilesForSource(source, &tool_name, &source_outputs)) in EnsureFileIsGeneratedByDependency()
680 bool Target::GetOutputFilesForSource(const SourceFile& source, in GetOutputFilesForSource() function in Target
Dninja_binary_target_writer.cc217 if (source_set->GetOutputFilesForSource(source, &tool_name, &tool_outputs)) in AddSourceSetFiles()
Dvisual_studio_writer.cc637 if (target->GetOutputFilesForSource(file, &tool_name, &tool_outputs)) { in WriteProjectFileContents()
Ddesc_builder.cc774 if (target_->GetOutputFilesForSource(source, &tool_name, &outputs)) { in FillInSourceOutputs()