add_temp_object_file  334 src/Module.cpp                 std::string object_name = temp_dir.add_temp_object_file(output_files.static_library_name, "", target());
add_temp_object_file  500 src/Module.cpp         sub_out.object_name = temp_dir.add_temp_object_file(output_files.static_library_name, suffix, target);
add_temp_object_file  534 src/Module.cpp             temp_dir.add_temp_object_file(output_files.static_library_name, "_runtime", runtime_target));
add_temp_object_file  575 src/Module.cpp             temp_dir.add_temp_object_file(output_files.static_library_name, "_wrapper", base_target, /* in_front*/ true));