Searched refs:GetOutputFilesForSource (Results 1 – 9 of 9) sorted by relevance
/third_party/gn/src/gn/ |
D | command_outputs.cc | 127 pair.first->GetOutputFilesForSource(file, &computed_tool, in RunOutputs()
|
D | ninja_c_binary_target_writer.cc | 99 t->GetOutputFilesForSource(*modulemap, &tool_type, &modulemap_outputs)); in GetModuleDepsInformation() 442 if (!target_->GetOutputFilesForSource(source, &tool_name, &tool_outputs)) { in WriteSources()
|
D | target_unittest.cc | 884 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()
|
D | compile_commands_writer.cc | 263 if (!target->GetOutputFilesForSource(source, &tool_name, &tool_outputs)) in OutputJSON()
|
D | target.h | 446 bool GetOutputFilesForSource(const SourceFile& source,
|
D | target.cc | 96 if (!target->GetOutputFilesForSource(source, &tool_name, &source_outputs)) in EnsureFileIsGeneratedByDependency() 680 bool Target::GetOutputFilesForSource(const SourceFile& source, in GetOutputFilesForSource() function in Target
|
D | ninja_binary_target_writer.cc | 217 if (source_set->GetOutputFilesForSource(source, &tool_name, &tool_outputs)) in AddSourceSetFiles()
|
D | visual_studio_writer.cc | 637 if (target->GetOutputFilesForSource(file, &tool_name, &tool_outputs)) { in WriteProjectFileContents()
|
D | desc_builder.cc | 774 if (target_->GetOutputFilesForSource(source, &tool_name, &outputs)) { in FillInSourceOutputs()
|