H A D | ninja_c_binary_target_writer.cc | 139 std::vector<OutputFile> input_deps = 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() 226 WriteLinkerStuff(obj_files, other_files, input_deps); in Run() 275 const std::vector<OutputFile>& input_deps, in WritePCHCommands() 286 tool_c->precompiled_header_type(), input_deps, in WritePCHCommands() 293 tool_cxx->precompiled_header_type(), input_deps, in WritePCHCommands() 301 tool_objc->precompiled_header_type(), input_deps, in WritePCHCommands() 310 tool_objcxx->precompiled_header_type(), input_deps, in WritePCHCommands() 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 561 WriteLinkerStuff( const std::vector<OutputFile>& object_files, const std::vector<SourceFile>& other_files, const std::vector<OutputFile>& input_deps) WriteLinkerStuff() argument [all...] |