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

  /src/external/gpl3/gcc/dist/gcc/
cgraphunit.cc 2453 static FILE *debuginfo_dump_file; variable
2478 debuginfo_dump_file = dump_begin (debuginfo_dump_nr, NULL);
2490 if (debuginfo_dump_file)
2491 dump_end (debuginfo_dump_nr, debuginfo_dump_file);
2501 set_dump_file (debuginfo_dump_file);
  /src/external/gpl3/gcc.old/dist/gcc/
cgraphunit.cc 2397 static FILE *debuginfo_dump_file; variable
2422 debuginfo_dump_file = dump_begin (debuginfo_dump_nr, NULL);
2434 if (debuginfo_dump_file)
2435 dump_end (debuginfo_dump_nr, debuginfo_dump_file);
2445 set_dump_file (debuginfo_dump_file);

Completed in 29 milliseconds