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

  /src/external/gpl3/gcc/dist/gcc/jit/
jit-tempdir.h 59 const char * get_path_so_file () const { return m_path_so_file; } function in class:gcc::jit::tempdir
jit-playback.cc 2683 get_tempdir ()->get_path_so_file (),
2688 copy_file (get_tempdir ()->get_path_so_file (),
3129 m_tempdir->get_path_so_file (),
3316 handle = LoadLibrary(m_tempdir->get_path_so_file ());
3325 handle = dlopen (m_tempdir->get_path_so_file (),
3485 get_path_so_file () const function in class:gcc::jit::playback::context
3487 return m_tempdir->get_path_so_file ();
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-tempdir.h 59 const char * get_path_so_file () const { return m_path_so_file; } function in class:gcc::jit::tempdir
jit-playback.cc 2505 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 ();

Completed in 19 milliseconds