Home
last modified time | relevance | path

Searched refs:get_str_option (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.h179 get_str_option (enum gcc_jit_str_option opt) const in get_str_option() function
181 return m_recording_ctxt->get_str_option (opt); in get_str_option()
H A Djit-recording.h240 get_str_option (enum gcc_jit_str_option opt) const in get_str_option() function
H A Djit-playback.c1866 ctxt_progname = get_str_option (GCC_JIT_STR_OPTION_PROGNAME); in compile()
H A Djit-recording.c1472 get_str_option (GCC_JIT_STR_OPTION_PROGNAME); in add_error_va()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.h207 get_str_option (enum gcc_jit_str_option opt) const in get_str_option() function
209 return m_recording_ctxt->get_str_option (opt); in get_str_option()
H A Djit-recording.h256 get_str_option (enum gcc_jit_str_option opt) const in get_str_option() function
H A Djit-playback.cc2346 ctxt_progname = get_str_option (GCC_JIT_STR_OPTION_PROGNAME); in compile()
H A Djit-recording.cc1571 get_str_option (GCC_JIT_STR_OPTION_PROGNAME); in add_error_va()
H A DChangeLog.jit2952 * internal-api.h (gcc::jit::context::get_str_option): New access