| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-common.h | 45 C API is implemented in terms of a gcc::jit::recording::context, 48 When a gcc_jit_context is compiled, the recording context creates a 54 recording, and those relating to playback: 56 * Visibility: recording objects are exposed back to client code, 59 * Lifetime: recording objects have a lifetime equal to that of the 60 recording context that created them, whereas playback objects only 63 * Memory allocation: recording objects are allocated by the recording 68 * Integration with rest of GCC: recording objects are unrelated to the 70 instances. Hence you can't ask a recording rvalue or lvalue what it 106 namespace recording { namespace in namespace:gcc::jit [all...] |
| jit-recording.cc | 1 /* Internals of libgccjit: classes for recording calls made to the JIT API. 31 #include "jit-recording.h" 39 dump::dump (recording::context &ctxt, 119 /* Construct a gcc::jit::recording::location instance for the current 122 recording::location * 203 reproducer (recording::context &ctxt, 207 write_params (const vec <recording::context *> &contexts); 210 write_args (const vec <recording::context *> &contexts); 213 make_identifier (recording::memento *m, const char *prefix); 216 make_tmp_identifier (const char *prefix, recording::memento *m) 4995 namespace recording { namespace in namespace:gcc::jit 5264 namespace recording namespace in namespace:gcc::jit 5992 namespace recording { namespace in namespace:gcc::jit 6099 namespace recording { namespace in namespace:gcc::jit [all...] |
| jit-recording.h | 1 /* Internals of libgccjit: classes for recording calls made to the JIT API. 45 Recording. 48 namespace recording { namespace in namespace:gcc::jit 59 /* A recording of a call to gcc_jit_context_enable_dump. */ 322 get_all_requested_dumps (vec <recording::requested_dump> *out); 491 recording objects, playing them back. The ordering of recording 492 ensures that everything that a recording object refers to has 497 recording::statement. This method can set a new location on a 1126 jit-recording.cc. * [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-common.h | 45 C API is implemented in terms of a gcc::jit::recording::context, 48 When a gcc_jit_context is compiled, the recording context creates a 54 recording, and those relating to playback: 56 * Visibility: recording objects are exposed back to client code, 59 * Lifetime: recording objects have a lifetime equal to that of the 60 recording context that created them, whereas playback objects only 63 * Memory allocation: recording objects are allocated by the recording 68 * Integration with rest of GCC: recording objects are unrelated to the 70 instances. Hence you can't ask a recording rvalue or lvalue what it 106 namespace recording { namespace in namespace:gcc::jit [all...] |
| jit-recording.cc | 1 /* Internals of libgccjit: classes for recording calls made to the JIT API. 31 #include "jit-recording.h" 39 dump::dump (recording::context &ctxt, 119 /* Construct a gcc::jit::recording::location instance for the current 122 recording::location * 203 reproducer (recording::context &ctxt, 207 write_params (const vec <recording::context *> &contexts); 210 write_args (const vec <recording::context *> &contexts); 213 make_identifier (recording::memento *m, const char *prefix); 216 make_tmp_identifier (const char *prefix, recording::memento *m) 4811 namespace recording { namespace in namespace:gcc::jit 5058 namespace recording namespace in namespace:gcc::jit 5749 namespace recording { namespace in namespace:gcc::jit 5855 namespace recording { namespace in namespace:gcc::jit [all...] |
| jit-recording.h | 1 /* Internals of libgccjit: classes for recording calls made to the JIT API. 41 Recording. 44 namespace recording { namespace in namespace:gcc::jit 55 /* A recording of a call to gcc_jit_context_enable_dump. */ 315 get_all_requested_dumps (vec <recording::requested_dump> *out); 478 recording objects, playing them back. The ordering of recording 479 ensures that everything that a recording object refers to has 484 recording::statement. This method can set a new location on a 1064 jit-recording.cc. * [all...] |