Home
last modified time | relevance | path

Searched refs:ctxt_progname (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.h278 const char *ctxt_progname,
288 virtual void postprocess (const char *ctxt_progname) = 0;
294 convert_to_dso (const char *ctxt_progname);
297 invoke_driver (const char *ctxt_progname,
315 invoke_external_driver (const char *ctxt_progname,
337 void postprocess (const char *ctxt_progname) FINAL OVERRIDE;
351 void postprocess (const char *ctxt_progname) FINAL OVERRIDE;
H A Djit-playback.c1851 const char *ctxt_progname; in compile() local
1866 ctxt_progname = get_str_option (GCC_JIT_STR_OPTION_PROGNAME); in compile()
1868 if (!ctxt_progname) in compile()
1869 ctxt_progname = "libgccjit.so"; in compile()
1878 make_fake_args (&fake_args, ctxt_progname, &requested_dumps); in compile()
1924 postprocess (ctxt_progname); in compile()
1948 playback::compile_to_memory::postprocess (const char *ctxt_progname) in postprocess() argument
1951 convert_to_dso (ctxt_progname); in postprocess()
1980 playback::compile_to_file::postprocess (const char *ctxt_progname) in postprocess() argument
2005 invoke_driver (ctxt_progname, in postprocess()
[all …]
H A Djit-recording.c1471 const char *ctxt_progname = in add_error_va() local
1473 if (!ctxt_progname) in add_error_va()
1474 ctxt_progname = "libgccjit.so"; in add_error_va()
1478 ctxt_progname, in add_error_va()
1483 ctxt_progname, in add_error_va()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.h322 const char *ctxt_progname,
332 virtual void postprocess (const char *ctxt_progname) = 0;
338 convert_to_dso (const char *ctxt_progname);
341 invoke_driver (const char *ctxt_progname,
359 invoke_external_driver (const char *ctxt_progname,
381 void postprocess (const char *ctxt_progname) FINAL OVERRIDE;
395 void postprocess (const char *ctxt_progname) FINAL OVERRIDE;
H A Djit-playback.cc2331 const char *ctxt_progname; in compile() local
2346 ctxt_progname = get_str_option (GCC_JIT_STR_OPTION_PROGNAME); in compile()
2348 if (!ctxt_progname) in compile()
2349 ctxt_progname = "libgccjit.so"; in compile()
2358 make_fake_args (&fake_args, ctxt_progname, &requested_dumps); in compile()
2404 postprocess (ctxt_progname); in compile()
2428 playback::compile_to_memory::postprocess (const char *ctxt_progname) in postprocess() argument
2431 convert_to_dso (ctxt_progname); in postprocess()
2460 playback::compile_to_file::postprocess (const char *ctxt_progname) in postprocess() argument
2485 invoke_driver (ctxt_progname, in postprocess()
[all …]
H A Djit-recording.cc1570 const char *ctxt_progname = in add_error_va() local
1572 if (!ctxt_progname) in add_error_va()
1573 ctxt_progname = "libgccjit.so"; in add_error_va()
1581 ctxt_progname, in add_error_va()
1586 ctxt_progname, in add_error_va()
H A DChangeLog.jit829 Rename local "progname" to "ctxt_progname" to avoid shadowing
H A DChangeLog3546 * jit-playback.c: Ensure that ctxt_progname is non-NULL.