Home | History | Annotate | Download | only in gcc

Lines Matching defs:file_prefix_map

27 struct file_prefix_map
33 struct file_prefix_map *next;
40 add_prefix_map (file_prefix_map *&maps, const char *arg, const char *opt)
42 file_prefix_map *map;
73 map = XNEW (file_prefix_map);
88 remap_filename (file_prefix_map *maps, const char *filename)
90 file_prefix_map *map;
112 /* Linked lists of file_prefix_map structures. */
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 */
177 file_prefix_map *map;