/third_party/gn/src/gn/ |
H A D | ninja_create_bundle_target_writer.cc | 82 std::vector<OutputFile> order_only_deps = WriteInputDepsStampAndGetDep( in Run() local 88 WriteCopyBundleDataSteps(order_only_deps, &output_files); in Run() 89 WriteCompileAssetsCatalogStep(order_only_deps, &output_files); in Run() 90 WritePostProcessingStep(post_processing_rule_name, order_only_deps, in Run() 94 order_only_deps.push_back(data_dep->dependency_output_file()); in Run() 95 WriteStampForTarget(output_files, order_only_deps); in Run() 142 const std::vector<OutputFile>& order_only_deps, in WriteCopyBundleDataSteps() 145 WriteCopyBundleFileRuleSteps(file_rule, order_only_deps, output_files); in WriteCopyBundleDataSteps() 150 const std::vector<OutputFile>& order_only_deps, in WriteCopyBundleFileRuleSteps() 172 if (!order_only_deps in WriteCopyBundleFileRuleSteps() 141 WriteCopyBundleDataSteps( const std::vector<OutputFile>& order_only_deps, std::vector<OutputFile>* output_files) WriteCopyBundleDataSteps() argument 148 WriteCopyBundleFileRuleSteps( const BundleFileRule& file_rule, const std::vector<OutputFile>& order_only_deps, std::vector<OutputFile>* output_files) WriteCopyBundleFileRuleSteps() argument 181 WriteCompileAssetsCatalogStep( const std::vector<OutputFile>& order_only_deps, std::vector<OutputFile>* output_files) WriteCompileAssetsCatalogStep() argument 306 WritePostProcessingStep( const std::string& post_processing_rule_name, const std::vector<OutputFile>& order_only_deps, std::vector<OutputFile>* output_files) WritePostProcessingStep() argument 335 WritePostProcessingInputDepsStamp( const std::vector<OutputFile>& order_only_deps, std::vector<OutputFile>* output_files) WritePostProcessingInputDepsStamp() argument [all...] |
H A D | ninja_c_binary_target_writer.cc | 172 std::vector<OutputFile> order_only_deps = WriteInputDepsStampAndGetDep( in Run() local 180 WritePCHCommands(input_deps, order_only_deps, &pch_obj_files, in Run() 202 WriteSources(*pch_files, input_deps, order_only_deps, module_dep_info, in Run() 206 WriteSwiftSources(input_deps, order_only_deps, &obj_files, &extra_files); in Run() 276 const std::vector<OutputFile>& order_only_deps, in WritePCHCommands() 287 order_only_deps, object_files, other_files); in WritePCHCommands() 294 order_only_deps, object_files, other_files); in WritePCHCommands() 302 order_only_deps, object_files, other_files); in WritePCHCommands() 311 order_only_deps, object_files, other_files); in WritePCHCommands() 320 const std::vector<OutputFile>& order_only_deps, in WritePCHCommand() 274 WritePCHCommands( const std::vector<OutputFile>& input_deps, const std::vector<OutputFile>& order_only_deps, std::vector<OutputFile>* object_files, std::vector<OutputFile>* other_files) WritePCHCommands() argument 315 WritePCHCommand( const Substitution* flag_type, const char* tool_name, CTool::PrecompiledHeaderType header_type, const std::vector<OutputFile>& input_deps, const std::vector<OutputFile>& order_only_deps, std::vector<OutputFile>* object_files, std::vector<OutputFile>* other_files) WritePCHCommand() argument 338 WriteGCCPCHCommand( const Substitution* flag_type, const char* tool_name, const std::vector<OutputFile>& input_deps, const std::vector<OutputFile>& order_only_deps, std::vector<OutputFile>* gch_files) WriteGCCPCHCommand() argument 394 WriteWindowsPCHCommand( const Substitution* flag_type, const char* tool_name, const std::vector<OutputFile>& input_deps, const std::vector<OutputFile>& order_only_deps, std::vector<OutputFile>* object_files) WriteWindowsPCHCommand() argument 430 WriteSources( const std::vector<OutputFile>& pch_deps, const std::vector<OutputFile>& input_deps, const std::vector<OutputFile>& order_only_deps, const std::vector<ModuleDep>& module_dep_info, std::vector<OutputFile>* object_files, std::vector<SourceFile>* other_files) WriteSources() argument 506 WriteSwiftSources( const std::vector<OutputFile>& input_deps, const std::vector<OutputFile>& order_only_deps, std::vector<OutputFile>* object_files, std::vector<OutputFile>* output_files) WriteSwiftSources() argument 554 std::vector<OutputFile> order_only_deps; WriteSourceSetStamp() local [all...] |
H A D | ninja_create_bundle_target_writer.h | 30 void WriteCopyBundleDataSteps(const std::vector<OutputFile>& order_only_deps, 38 const std::vector<OutputFile>& order_only_deps, 45 const std::vector<OutputFile>& order_only_deps, 59 const std::vector<OutputFile>& order_only_deps, 64 const std::vector<OutputFile>& order_only_deps,
|
H A D | ninja_c_binary_target_writer.h | 45 const std::vector<OutputFile>& order_only_deps, 54 const std::vector<OutputFile>& order_only_deps, 61 const std::vector<OutputFile>& order_only_deps, 67 const std::vector<OutputFile>& order_only_deps, 79 const std::vector<OutputFile>& order_only_deps, 84 const std::vector<OutputFile>& order_only_deps,
|
H A D | ninja_action_target_writer.cc | 38 std::vector<OutputFile> order_only_deps; in Run() local 43 order_only_deps.push_back(dep->dependency_output_file()); in Run() 64 order_only_deps.push_back(data_dep->dependency_output_file()); in Run() 80 WriteSourceRules(custom_rule_name, input_deps, order_only_deps, in Run() 99 if (!order_only_deps.empty()) { in Run() 103 path_output_.WriteFiles(out_, order_only_deps); in Run() 205 const std::vector<OutputFile>& order_only_deps, in WriteSourceRules() 228 if (!order_only_deps.empty()) { in WriteSourceRules() 232 path_output_.WriteFiles(out_, order_only_deps); in WriteSourceRules() 202 WriteSourceRules( const std::string& custom_rule_name, const std::vector<OutputFile>& input_deps, const std::vector<OutputFile>& order_only_deps, std::vector<OutputFile>* output_files) WriteSourceRules() argument
|
H A D | ninja_bundle_data_target_writer.cc | 28 std::vector<OutputFile> order_only_deps; in Run() local 30 order_only_deps.push_back(data_dep->dependency_output_file()); in Run() 32 WriteStampForTarget(output_files, order_only_deps); in Run()
|
H A D | ninja_rust_binary_target_writer.cc | 128 std::vector<OutputFile> order_only_deps = WriteInputDepsStampAndGetDep( in Run() local 131 std::back_inserter(order_only_deps)); in Run() 148 order_only_deps.push_back(framework_dep->dependency_output_file()); in Run() 155 order_only_deps.push_back(non_linkable_dep->dependency_output_file()); in Run() 204 implicit_deps.vector(), order_only_deps, tool_->name(), in Run()
|
H A D | ninja_rust_binary_target_writer.h | 30 const std::vector<OutputFile>& order_only_deps);
|
H A D | ninja_action_target_writer.h | 43 const std::vector<OutputFile>& order_only_deps,
|
H A D | ninja_binary_target_writer.cc | 260 const std::vector<OutputFile>& order_only_deps, in WriteCompilerBuildLine() 276 if (!order_only_deps.empty()) { in WriteCompilerBuildLine() 278 path_output_.WriteFiles(out_, order_only_deps); in WriteCompilerBuildLine() 257 WriteCompilerBuildLine( const std::vector<SourceFile>& sources, const std::vector<OutputFile>& extra_deps, const std::vector<OutputFile>& order_only_deps, const char* tool_name, const std::vector<OutputFile>& outputs, bool can_write_source_info, bool restat_output_allowed) WriteCompilerBuildLine() argument
|
H A D | ninja_binary_target_writer.h | 58 const std::vector<OutputFile>& order_only_deps,
|
H A D | ninja_target_writer.h | 100 const std::vector<OutputFile>& order_only_deps);
|
H A D | ninja_target_writer.cc | 565 const std::vector<OutputFile>& order_only_deps) { in WriteStampForTarget() 581 if (!order_only_deps.empty()) { in WriteStampForTarget() 583 path_output_.WriteFiles(out_, order_only_deps); in WriteStampForTarget() 563 WriteStampForTarget( const std::vector<OutputFile>& files, const std::vector<OutputFile>& order_only_deps) WriteStampForTarget() argument
|