Home
last modified time | relevance | path

Searched refs:profile_merge (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcov-tool.c140 profile_merge (const char *d1, const char *d2, const char *out, int w1, int w2) in profile_merge() function
236 return profile_merge (argv[optind], argv[optind+1], output_dir, w1, w2); in do_merge()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcov-tool.cc140 profile_merge (const char *d1, const char *d2, const char *out, int w1, int w2) in profile_merge() function
236 return profile_merge (argv[optind], argv[optind+1], output_dir, w1, w2); in do_merge()
H A DChangeLog-201432082 (profile_merge): Merge two profiles in directory.