Searched refs:lto_resolution_str (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | common.h | 23 static const char *lto_resolution_str[10] = variable
|
H A D | common.cc | 34 const char *lto_resolution_str[10] __attribute__ ((visibility ("hidden"))) = variable
|
H A D | lto-common.cc | 2112 = sizeof (lto_resolution_str) / sizeof (char *); in lto_resolution_read() 2122 if (strcmp (lto_resolution_str[j], r_str) == 0) in lto_resolution_read()
|
H A D | ChangeLog | 3012 * common.c (lto_resolution_str): Add new resolution. 3013 * common.h (lto_resolution_str): Likewise. 4108 (lto_resolution_str): Make it static.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | common.h | 23 static const char *lto_resolution_str[10] = variable
|
H A D | common.c | 34 const char *lto_resolution_str[10] __attribute__ ((visibility ("hidden"))) = variable
|
H A D | lto-common.c | 2103 = sizeof (lto_resolution_str) / sizeof (char *); in lto_resolution_read() 2113 if (strcmp (lto_resolution_str[j], r_str) == 0) in lto_resolution_read()
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | plugin.c | 712 static const char *lto_resolution_str[10] = in get_lto_resolution() local 726 if (idx < ARRAY_SIZE (lto_resolution_str)) in get_lto_resolution() 727 return lto_resolution_str [idx]; in get_lto_resolution()
|
H A D | ChangeLog-2019 | 2527 * plugin.c (get_symbols): Add lto_kind_str, lto_resolution_str,
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | plugin.c | 699 static const char *lto_resolution_str[10] = in get_lto_resolution() local 713 if (idx < ARRAY_SIZE (lto_resolution_str)) in get_lto_resolution() 714 return lto_resolution_str [idx]; in get_lto_resolution()
|
H A D | ChangeLog-2019 | 2527 * plugin.c (get_symbols): Add lto_kind_str, lto_resolution_str,
|
/netbsd-src/external/gpl3/gcc.old/dist/lto-plugin/ |
H A D | lto-symtab.c | 278 printf ("resolution: %s\n", lto_resolution_str[syms[i].resolution]); in print()
|
H A D | lto-plugin.c | 477 lto_resolution_str[resolution], in dump_symtab()
|
/netbsd-src/external/gpl3/gcc/dist/lto-plugin/ |
H A D | ChangeLog | 1146 (lto_kind_str, lto_visibility_str, lto_resolution_str): Use explicit 1148 * common.h (lto_kind_str, lto_visibility_str, lto_resolution_str): Use 1177 * common.h (lto_kind_str, lto_visibility_str, lto_resolution_str):
|
H A D | lto-plugin.c | 484 lto_resolution_str[resolution], in dump_symtab()
|