Home
last modified time | relevance | path

Searched refs:section_name_prefix (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlto-streamer.cc38 const char *section_name_prefix = LTO_SECTION_NAME_PREFIX; variable
142 char *res = concat (section_name_prefix, sep, add, post, NULL); in lto_get_section_name()
Dlto-section-names.h32 extern const char *section_name_prefix;
Dcgraphunit.cc2201 section_name_prefix = OFFLOAD_SECTION_NAME_PREFIX; in ipa_passes()
2208 section_name_prefix = LTO_SECTION_NAME_PREFIX; in ipa_passes()
DChangeLog-20148232 (section_name_prefix): Declare.
8233 * lto-streamer.c (section_name_prefix): New variable.
8234 (lto_get_section_name): Use section_name_prefix instead of
DChangeLog-201544184 at the same time as section_name_prefix.
44196 instead of section_name_prefix string comparisons.
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-object.cc221 if (strncmp (name, section_name_prefix, strlen (section_name_prefix))) in lto_obj_add_section()
Dlto-common.cc2162 if (strncmp (name, section_name_prefix, strlen (section_name_prefix))) in lto_section_with_id()
2168 if ((size_t)(s - name) == strlen (section_name_prefix)) in lto_section_with_id()
2724 section_name_prefix = OFFLOAD_SECTION_NAME_PREFIX; in read_cgraph_and_symbols()
DChangeLog1701 * lto-object.c (lto_obj_add_section): Use section_name_prefix instead of
1705 * lto.c (lto_section_with_id): Use section_name_prefix instead of