Home
last modified time | relevance | path

Searched refs:lto_resolution_str (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dcommon.h23 static const char *lto_resolution_str[10] = variable
H A Dcommon.cc34 const char *lto_resolution_str[10] __attribute__ ((visibility ("hidden"))) = variable
H A Dlto-common.cc2112 = 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 DChangeLog3012 * 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 Dcommon.h23 static const char *lto_resolution_str[10] = variable
H A Dcommon.c34 const char *lto_resolution_str[10] __attribute__ ((visibility ("hidden"))) = variable
H A Dlto-common.c2103 = 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 Dplugin.c712 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 DChangeLog-20192527 * plugin.c (get_symbols): Add lto_kind_str, lto_resolution_str,
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dplugin.c699 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 DChangeLog-20192527 * plugin.c (get_symbols): Add lto_kind_str, lto_resolution_str,
/netbsd-src/external/gpl3/gcc.old/dist/lto-plugin/
H A Dlto-symtab.c278 printf ("resolution: %s\n", lto_resolution_str[syms[i].resolution]); in print()
H A Dlto-plugin.c477 lto_resolution_str[resolution], in dump_symtab()
/netbsd-src/external/gpl3/gcc/dist/lto-plugin/
H A DChangeLog1146 (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 Dlto-plugin.c484 lto_resolution_str[resolution], in dump_symtab()