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

  /src/external/gpl3/gcc/dist/gcc/
lto-wrapper.cc 165 /* Template of LTRANS dumpbase suffix. */
931 char *dumpbase; local
963 dumpbase = concat (dumppfx, "x", target, NULL);
967 *filename = concat (dumpbase, ".o", NULL);
989 obstack_ptr_grow (&argv_obstack, "-dumpbase");
990 obstack_ptr_grow (&argv_obstack, dumpbase);
1716 that, when it is used as -dumpbase, it overrides any occurrence
1722 -dumpbase overriding semantics. If we got an incoming -dumpdir
1730 obstack_ptr_grow (&argv_obstack, "-dumpbase");
1836 /* -dumpbase argument for LTO. *
1850 char *dumpbase = concat (dumppfx, "wpa", NULL); local
2031 char *dumpbase = (char *) xmalloc (dumpbase_len + 1); local
    [all...]
gcc.cc 293 /* -dumpdir, -dumpbase and -dumpbase-ext flags passed in, possibly
294 rearranged as they are to be passed down, e.g., dumpbase and
297 static char *dumpdir, *dumpbase, *dumpbase_ext;
307 driver added to dumpdir after dumpbase or linker output name. */
318 /* Basename of dump and aux outputs, computed from dumpbase (given or
493 -dumpdir, and, in case of multiple compilations, even by -dumpbase
494 and -dumpbase-ext and, in case of linking, by the linker output
1274 /* Pass -d* flags, possibly modifying -dumpdir, -dumpbase et al.
1279 "%<dumpdir %<dumpbase %<dumpbase-ext %{d*} %:dumps(" EXTS ")
295 static char *dumpdir, *dumpbase, *dumpbase_ext; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
lto-wrapper.cc 140 /* Template of LTRANS dumpbase suffix. */
921 char *dumpbase; local
952 dumpbase = concat (dumppfx, "x", target, NULL);
956 filename = concat (dumpbase, ".o", NULL);
978 obstack_ptr_grow (&argv_obstack, "-dumpbase");
979 obstack_ptr_grow (&argv_obstack, dumpbase);
1687 that, when it is used as -dumpbase, it overrides any occurrence
1693 -dumpbase overriding semantics. If we got an incoming -dumpdir
1701 obstack_ptr_grow (&argv_obstack, "-dumpbase");
1806 /* -dumpbase argument for LTO. *
1820 char *dumpbase = concat (dumppfx, "wpa", NULL); local
2005 char *dumpbase = (char *) xmalloc (dumpbase_len + 1); local
    [all...]
gcc.cc 288 /* -dumpdir, -dumpbase and -dumpbase-ext flags passed in, possibly
289 rearranged as they are to be passed down, e.g., dumpbase and
292 static char *dumpdir, *dumpbase, *dumpbase_ext;
302 driver added to dumpdir after dumpbase or linker output name. */
305 /* Basename of dump and aux outputs, computed from dumpbase (given or
479 -dumpdir, and, in case of multiple compilations, even by -dumpbase
480 and -dumpbase-ext and, in case of linking, by the linker output
1269 /* Pass -d* flags, possibly modifying -dumpdir, -dumpbase et al.
1274 "%<dumpdir %<dumpbase %<dumpbase-ext %{d*} %:dumps(" EXTS ")
290 static char *dumpdir, *dumpbase, *dumpbase_ext; variable
    [all...]

Completed in 35 milliseconds