Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfile-prefix-map.cc27 struct file_prefix_map struct
33 struct file_prefix_map *next; argument
40 add_prefix_map (file_prefix_map *&maps, const char *arg, const char *opt) in add_prefix_map()
42 file_prefix_map *map; in add_prefix_map()
73 map = XNEW (file_prefix_map); in add_prefix_map()
88 remap_filename (file_prefix_map *maps, const char *filename) in remap_filename()
90 file_prefix_map *map; in remap_filename()
113 static file_prefix_map *macro_prefix_maps; /* -fmacro-prefix-map */
114 static file_prefix_map *debug_prefix_maps; /* -fdebug-prefix-map */
115 static file_prefix_map *profile_prefix_maps; /* -fprofile-prefix-map */
[all …]
H A DChangeLog-201831482 (file_prefix_map, add_prefix_map, remap_filename) ...here and rename,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfile-prefix-map.c27 struct file_prefix_map struct
33 struct file_prefix_map *next; argument
40 add_prefix_map (file_prefix_map *&maps, const char *arg, const char *opt) in add_prefix_map()
42 file_prefix_map *map; in add_prefix_map()
73 map = XNEW (file_prefix_map); in add_prefix_map()
88 remap_filename (file_prefix_map *maps, const char *filename) in remap_filename()
90 file_prefix_map *map; in remap_filename()
113 static file_prefix_map *macro_prefix_maps; /* -fmacro-prefix-map */
114 static file_prefix_map *debug_prefix_maps; /* -fdebug-prefix-map */
168 file_prefix_map *map; in remap_debug_prefix_filename()