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

  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 285 SAVE_TEMPS_DUMP, /* -save-temps in dumpdir */
290 override a -dumpdir option, if any. */
293 /* -dumpdir, -dumpbase and -dumpbase-ext flags passed in, possibly
295 dumpbase_ext may be cleared if integrated with dumpdir or variable
297 static char *dumpdir, *dumpbase, *dumpbase_ext;
299 /* Usually the length of the string in dumpdir. However, during
302 to sub-processes in -dumpdir, but not to be generally used in spec
306 /* Set if the last character in dumpdir is (or was) a dash that the
307 driver added to dumpdir after dumpbase or linker output name. */
493 -dumpdir, and, in case of multiple compilations, even by -dumpbas
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 280 SAVE_TEMPS_DUMP, /* -save-temps in dumpdir */
285 override a -dumpdir option, if any. */
288 /* -dumpdir, -dumpbase and -dumpbase-ext flags passed in, possibly
290 dumpbase_ext may be cleared if integrated with dumpdir or variable
292 static char *dumpdir, *dumpbase, *dumpbase_ext;
294 /* Usually the length of the string in dumpdir. However, during
297 to sub-processes in -dumpdir, but not to be generally used in spec
301 /* Set if the last character in dumpdir is (or was) a dash that the
302 driver added to dumpdir after dumpbase or linker output name. */
479 -dumpdir, and, in case of multiple compilations, even by -dumpbas
    [all...]

Completed in 54 milliseconds