Searched refs:compile_to_memory (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/jit/
H A Djit-playback.h43 - playback::compile_to_memory
301 class compile_to_memory : public context class in namespace:gcc::jit::playback
304 compile_to_memory (recording::context *ctxt);
H A Djit-playback.c1793 For an in-memory compile we have the playback::compile_to_memory
1881 a .so DSO, and load it in memory (playback::compile_to_memory), or
1889 /* Implementation of class gcc::jit::playback::compile_to_memory,
1892 /* playback::compile_to_memory's trivial constructor. */
1894 playback::compile_to_memory::compile_to_memory (recording::context *ctxt) : function in class:playback::compile_to_memory
1908 playback::compile_to_memory::postprocess (const char *ctxt_progname)
H A Djit-recording.c1239 /* Set up a compile_to_memory playback context. */
1240 ::gcc::jit::playback::compile_to_memory replayer (this);
1246 compile_to_memory playback context. */

Completed in 304 milliseconds