HomeSort by: relevance | last modified time | path
    Searched defs:macro_prefix_maps (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
file-prefix-map.cc 147 static file_prefix_map *macro_prefix_maps; /* -fmacro-prefix-map */ variable
155 add_prefix_map (macro_prefix_maps, arg, "-fmacro-prefix-map");
169 add_prefix_map (macro_prefix_maps, arg, "-ffile-prefix-map");
186 return remap_filename (macro_prefix_maps, filename);
  /src/external/gpl3/gcc.old/dist/gcc/
file-prefix-map.cc 113 static file_prefix_map *macro_prefix_maps; /* -fmacro-prefix-map */ variable
121 add_prefix_map (macro_prefix_maps, arg, "-fmacro-prefix-map");
135 add_prefix_map (macro_prefix_maps, arg, "-ffile-prefix-map");
152 return remap_filename (macro_prefix_maps, filename);

Completed in 21 milliseconds