Searched refs:get_path_so_file (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-tempdir.h59 const char * get_path_so_file () const { return m_path_so_file; } function in class:gcc::jit::tempdir
H A Djit-playback.c2025 get_tempdir ()->get_path_so_file (),
2030 copy_file (get_tempdir ()->get_path_so_file (),
2468 m_tempdir->get_path_so_file (),
2655 handle = dlopen (m_tempdir->get_path_so_file (),
2805 get_path_so_file () const function in class:playback::context
2807 return m_tempdir->get_path_so_file ();
H A Djit-playback.h267 const char * get_path_so_file () const;
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-tempdir.h59 const char * get_path_so_file () const { return m_path_so_file; } function in class:gcc::jit::tempdir
H A Djit-playback.cc2505 get_tempdir ()->get_path_so_file (),
2510 copy_file (get_tempdir ()->get_path_so_file (),
2951 m_tempdir->get_path_so_file (),
3138 handle = LoadLibrary(m_tempdir->get_path_so_file ());
3147 handle = dlopen (m_tempdir->get_path_so_file (),
3307 get_path_so_file () const function in class:gcc::jit::playback::context
3309 return m_tempdir->get_path_so_file ();
H A Djit-playback.h302 const char * get_path_so_file () const;

Completed in 112 milliseconds