| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-w32.h | 26 namespace jit { namespace in namespace:gcc
|
| jit-result.h | 30 namespace jit { namespace in namespace:gcc 32 /* The result of JIT-compilation. */ 57 } // namespace gcc::jit
|
| jit-tempdir.h | 24 #include "jit-logging.h" 28 namespace jit { namespace in namespace:gcc 30 /* A class to keep track of the jit::playback::context's tempdir. 87 } // namespace gcc::jit
|
| libgccjit.cc | 30 #include "jit-recording.h" 31 #include "jit-result.h" 34 of the gcc::jit::recording classes. */ 36 struct gcc_jit_context : public gcc::jit::recording::context 43 struct gcc_jit_result : public gcc::jit::result 47 struct gcc_jit_object : public gcc::jit::recording::memento 51 struct gcc_jit_location : public gcc::jit::recording::location 55 struct gcc_jit_type : public gcc::jit::recording::type 59 struct gcc_jit_struct : public gcc::jit::recording::struct_ 63 struct gcc_jit_function_type : public gcc::jit::recording::function_typ [all...] |
| jit-logging.h | 24 #include "jit-common.h" 28 namespace jit { namespace in namespace:gcc 30 /* A gcc::jit::logger encapsulates a logging stream: a way to send 57 /* The class gcc::jit::log_scope is an RAII-style class intended to make 72 /* The constructor for gcc::jit::log_scope. 93 /* The destructor for gcc::jit::log_scope; essentially the opposite of 106 /* A gcc::jit::log_user is something that potentially uses a 107 gcc::jit::logger (which could be NULL). 111 - class gcc::jit::recording::context 113 - class gcc::jit::playback::contex [all...] |
| jit-tempdir.cc | 25 #include "jit-tempdir.h" 28 #include "jit-w32.h" 71 /* The constructor for the jit::tempdir object. 72 The real work is done by the jit::tempdir::create method. */ 74 gcc::jit::tempdir::tempdir (logger *logger, int keep_intermediates) 87 We do this here, rather than in the jit::tempdir constructor 91 gcc::jit::tempdir::create () 122 /* The destructor for the jit::tempdir object, which 126 gcc::jit::tempdir::~tempdir ()
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-w32.h | 27 namespace jit { namespace in namespace:gcc
|
| jit-result.h | 30 namespace jit { namespace in namespace:gcc 32 /* The result of JIT-compilation. */ 57 } // namespace gcc::jit
|
| jit-tempdir.h | 24 #include "jit-logging.h" 28 namespace jit { namespace in namespace:gcc 30 /* A class to keep track of the jit::playback::context's tempdir. 87 } // namespace gcc::jit
|
| libgccjit.cc | 30 #include "jit-recording.h" 31 #include "jit-result.h" 34 of the gcc::jit::recording classes. */ 36 struct gcc_jit_context : public gcc::jit::recording::context 43 struct gcc_jit_result : public gcc::jit::result 47 struct gcc_jit_object : public gcc::jit::recording::memento 51 struct gcc_jit_location : public gcc::jit::recording::location 55 struct gcc_jit_type : public gcc::jit::recording::type 59 struct gcc_jit_struct : public gcc::jit::recording::struct_ 63 struct gcc_jit_function_type : public gcc::jit::recording::function_typ [all...] |
| jit-logging.h | 24 #include "jit-common.h" 28 namespace jit { namespace in namespace:gcc 30 /* A gcc::jit::logger encapsulates a logging stream: a way to send 57 /* The class gcc::jit::log_scope is an RAII-style class intended to make 72 /* The constructor for gcc::jit::log_scope. 93 /* The destructor for gcc::jit::log_scope; essentially the opposite of 106 /* A gcc::jit::log_user is something that potentially uses a 107 gcc::jit::logger (which could be NULL). 111 - class gcc::jit::recording::context 113 - class gcc::jit::playback::contex [all...] |
| jit-tempdir.cc | 25 #include "jit-tempdir.h" 28 #include "jit-w32.h" 71 /* The constructor for the jit::tempdir object. 72 The real work is done by the jit::tempdir::create method. */ 74 gcc::jit::tempdir::tempdir (logger *logger, int keep_intermediates) 87 We do this here, rather than in the jit::tempdir constructor 91 gcc::jit::tempdir::create () 122 /* The destructor for the jit::tempdir object, which 126 gcc::jit::tempdir::~tempdir ()
|
| /src/external/bsd/blocklist/etc/ |
| npf.conf | 5 set bpf.jit on;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| jit-reader-exec.exp | 16 # Regression test for a jit.c bug. Previously it would crash if an 17 # inferior that used the JIT API then exec'd a program that did not 22 standard_testfile jit-reader-exec.c 24 set testfile2 "jit-reader-execd"
|
| jit-elf-so.exp | 16 # The same tests as in jit.exp, but loading JITer itself from a shared 21 load_lib jit-elf-helpers.exp 26 # The "real" main of this test, which loads jit-elf-main 28 set main_loader_basename jit-elf-dlmain 32 # The main code that loads and registers JIT objects. 33 set main_solib_basename jit-elf-main 37 # The shared library that gets loaded as JIT objects. 38 set jit_solib_basename jit-elf-solib 62 # GDB. Check jit-related debug output and matches `info function` 63 # output for a jit loaded function using MATCH_STR [all...] |
| jit-bfd-name.exp | 17 # automatically generated for in-memory BFD files, as used by the JIT 21 # out the in-memory JIT files. 25 load_lib jit-elf-helpers.exp 27 # The main code that loads and registers JIT objects. 28 set main_basename "jit-elf-main" 32 # The shared library that gets loaded as JIT objects. 33 set jit_solib_basename jit-elf-solib 36 # Compile two shared libraries to use as JIT objects. 44 # Compile the main code (which loads the JIT objects). 65 # Run until the JIT libraries are loaded [all...] |
| jit-elf-fork.exp | 16 # Test fork handling of an inferior that has JIT-ed objfiles. 20 load_lib jit-elf-helpers.exp 22 # The main code that loads and registers JIT objects. 23 set main_basename "jit-elf-fork-main" 27 # The shared library that gets loaded as JIT objects. 28 set jit_solib_basename jit-elf-fork-solib 31 # Compile a shared library to use as JIT objects. 38 # Compile the main code (which loads the JIT objects). 75 # We should have one JIT object loaded. 76 gdb_test "maint info jit" \ [all...] |
| jit-elf.exp | 18 load_lib jit-elf-helpers.exp 23 # The main code that loads and registers JIT objects. 24 set main_basename "jit-elf-main" 28 # The shared library that gets loaded as JIT objects. 29 set jit_solib_basename jit-elf-solib 91 gdb_test "set debug jit 1" 129 # All jit librares must have been unregistered 135 # Compile two shared libraries to use as JIT objects. 142 # Compile the main code (which loads the JIT objects). 148 # Test attaching to an inferior with some JIT libraries alread [all...] |
| jit-reader.exp | 19 standard_testfile jit-reader-host.c 31 # We inject the complete path to jit-reader.h into the source file 34 set jit_reader_header [standard_output_file "../../../../../gdb/jit-reader.h"] 43 set jit_reader jit-reader 109 gdb_test_no_output "set debug jit 1" 113 gdb_test "show jit-reader-directory" \ 114 "JIT reader directory is .*\\." 116 gdb_test_no_output "jit-reader-load ${jit_reader_bin}" "jit-reader-load" 120 # Test the JIT reader unwinder [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| jit-elf-so.exp | 16 # The same tests as in jit.exp, but loading JITer itself from a shared 21 load_lib jit-elf-helpers.exp 26 # The "real" main of this test, which loads jit-elf-main 28 set main_loader_basename jit-elf-dlmain 32 # The main code that loads and registers JIT objects. 33 set main_solib_basename jit-elf-main 37 # The shared library that gets loaded as JIT objects. 38 set jit_solib_basename jit-elf-solib 62 # GDB. Check jit-related debug output and matches `info function` 63 # output for a jit loaded function using MATCH_STR [all...] |
| jit-reader-exec.exp | 16 # Regression test for a jit.c bug. Previously it would crash if an 17 # inferior that used the JIT API then exec'd a program that did not 22 standard_testfile jit-reader-exec.c 24 set testfile2 "jit-reader-execd"
|
| jit-bfd-name.exp | 17 # automatically generated for in-memory BFD files, as used by the JIT 21 # out the in-memory JIT files. 25 load_lib jit-elf-helpers.exp 27 # The main code that loads and registers JIT objects. 28 set main_basename "jit-elf-main" 32 # The shared library that gets loaded as JIT objects. 33 set jit_solib_basename jit-elf-solib 36 # Compile two shared libraries to use as JIT objects. 44 # Compile the main code (which loads the JIT objects). 66 # Run until the JIT libraries are loaded [all...] |
| jit-elf-fork.exp | 16 # Test fork handling of an inferior that has JIT-ed objfiles. 21 load_lib jit-elf-helpers.exp 23 # The main code that loads and registers JIT objects. 24 set main_basename "jit-elf-fork-main" 28 # The shared library that gets loaded as JIT objects. 29 set jit_solib_basename jit-elf-fork-solib 32 # Compile a shared library to use as JIT objects. 39 # Compile the main code (which loads the JIT objects). 77 # We should have one JIT object loaded. 78 gdb_test "maint info jit" \ [all...] |
| jit-elf.exp | 18 load_lib jit-elf-helpers.exp 23 # The main code that loads and registers JIT objects. 24 set main_basename "jit-elf-main" 28 # The shared library that gets loaded as JIT objects. 29 set jit_solib_basename jit-elf-solib 93 gdb_test "set debug jit 1" 131 # All jit librares must have been unregistered 137 # Compile two shared libraries to use as JIT objects. 144 # Compile the main code (which loads the JIT objects). 150 # Test attaching to an inferior with some JIT libraries alread [all...] |
| jit-reader.exp | 19 standard_testfile jit-reader-host.c 31 # We inject the complete path to jit-reader.h into the source file 34 set jit_reader_header [standard_output_file "../../../../../gdb/jit-reader.h"] 43 set jit_reader jit-reader 110 gdb_test_no_output "set debug jit 1" 114 gdb_test "show jit-reader-directory" \ 115 "JIT reader directory is .*\\." 117 gdb_test_no_output "jit-reader-load ${jit_reader_bin}" "jit-reader-load" 121 # Test the JIT reader unwinder [all...] |