Home
last modified time | relevance | path

Searched refs:macro_prefix_maps (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfile-prefix-map.c113 static file_prefix_map *macro_prefix_maps; /* -fmacro-prefix-map */ variable
120 add_prefix_map (macro_prefix_maps, arg, "-fmacro-prefix-map"); in add_macro_prefix_map()
134 add_prefix_map (macro_prefix_maps, arg, "-ffile-prefix-map"); in add_file_prefix_map()
143 return remap_filename (macro_prefix_maps, filename); in remap_macro_filename()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfile-prefix-map.cc113 static file_prefix_map *macro_prefix_maps; /* -fmacro-prefix-map */ variable
121 add_prefix_map (macro_prefix_maps, arg, "-fmacro-prefix-map"); in add_macro_prefix_map()
135 add_prefix_map (macro_prefix_maps, arg, "-ffile-prefix-map"); in add_file_prefix_map()
152 return remap_filename (macro_prefix_maps, filename); in remap_macro_filename()