Home
last modified time | relevance | path

Searched refs:dumpfile (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/docs/
H A DSymbolizerMarkupFormat.rst315 ``{{{dumpfile:%s:%s}}}`` [#not_yet_implemented]_
339 {{{dumpfile:sancov:sancov.8675}}}
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-symbolizer.rst264 * ``{{{dumpfile}}}``
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dloop.c448 loop_optimize (f, dumpfile, flags) in loop_optimize() argument
451 FILE *dumpfile;
460 loop_dump_stream = dumpfile;
H A DChangeLog.411011 * global.c (global_alloc): Avoid passing dumpfile argument to
11014 * reload.h (reload): Remove dumpfile argument. Callers changed.
11016 * rtl.h (reload): Remove dumpfile argument.
11019 * reload1.c: Avoid passing dumpfile around, rely on rtl_dump_file
11128 * reload1.c (reload_as_needed): Accept dumpfile argument,
11130 (emit_reload_insns): Add new dumpfile argument. If non-null
11131 then dump the reloads for each insn into the dumpfile.
11132 (reload): Pass dumpfile to reload_as_needed.
H A DChangeLog.210188 (spill_hard_reg): Mark parameter `dumpfile' with ATTRIBUTE_UNUSED.