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

  /src/external/gpl3/gcc/dist/gcc/
dumpfile.cc 310 get_dump_file_name (int phase, int part) const function in class:gcc::dump_manager
319 return get_dump_file_name (dfi, part);
329 get_dump_file_name (struct dump_file_info *dfi, int part) const function in class:gcc::dump_manager
1474 name = get_dump_file_name (phase);
1553 char *name = get_dump_file_name (phase, part);
  /src/external/gpl3/gcc.old/dist/gcc/
dumpfile.cc 310 get_dump_file_name (int phase, int part) const function in class:gcc::dump_manager
319 return get_dump_file_name (dfi, part);
329 get_dump_file_name (struct dump_file_info *dfi, int part) const function in class:gcc::dump_manager
1477 name = get_dump_file_name (phase);
1556 char *name = get_dump_file_name (phase, part);

Completed in 41 milliseconds