Searched refs:gcc_jit_context_compile (Results 1 – 25 of 40) sorted by relevance
12
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | contexts.rst | 31 Invoking :c:func:`gcc_jit_context_compile` on it gives you a 272 :func:`gcc_jit_context_compile` will capture the dump as a 281 each time that :func:`gcc_jit_context_compile` is called. 341 If true, :func:`gcc_jit_context_compile` will attempt to do the right 351 If true, :func:`gcc_jit_context_compile` will dump its initial 382 If true, :func:`gcc_jit_context_compile` will dump the "gimple" 399 If true, :func:`gcc_jit_context_compile` will dump the final 432 If true, :func:`gcc_jit_context_compile` will print information to stderr 437 If true, :func:`gcc_jit_context_compile` will dump copious 536 by :func:`gcc_jit_context_compile` and [all …]
|
H A D | compilation.rst | 24 machine code, either in-memory via :c:func:`gcc_jit_context_compile` or 35 gcc_jit_context_compile (gcc_jit_context *ctxt)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
H A D | contexts.rst | 31 Invoking :c:func:`gcc_jit_context_compile` on it gives you a 272 :func:`gcc_jit_context_compile` will capture the dump as a 281 each time that :func:`gcc_jit_context_compile` is called. 341 If true, :func:`gcc_jit_context_compile` will attempt to do the right 351 If true, :func:`gcc_jit_context_compile` will dump its initial 382 If true, :func:`gcc_jit_context_compile` will dump the "gimple" 399 If true, :func:`gcc_jit_context_compile` will dump the final 432 If true, :func:`gcc_jit_context_compile` will print information to stderr 437 If true, :func:`gcc_jit_context_compile` will dump copious 521 by :func:`gcc_jit_context_compile` and [all …]
|
H A D | compilation.rst | 24 machine code, either in-memory via :c:func:`gcc_jit_context_compile` or 35 gcc_jit_context_compile (gcc_jit_context *ctxt)
|
H A D | performance.rst | 71 result = gcc_jit_context_compile (ctxt);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/intro/ |
H A D | tutorial02.rst | 186 :c:func:`gcc_jit_context_compile`: 191 result = gcc_jit_context_compile (ctxt); 286 result = gcc_jit_context_compile (ctxt); 309 result = gcc_jit_context_compile (ctxt);
|
H A D | tutorial05.rst | 31 :c:func:`gcc_jit_context_compile`. 115 it to memory using :c:func:`gcc_jit_context_compile` and run it in-process
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/intro/ |
H A D | tutorial02.rst | 186 :c:func:`gcc_jit_context_compile`: 191 result = gcc_jit_context_compile (ctxt); 286 result = gcc_jit_context_compile (ctxt); 309 result = gcc_jit_context_compile (ctxt);
|
H A D | tutorial05.rst | 31 :c:func:`gcc_jit_context_compile`. 115 it to memory using :c:func:`gcc_jit_context_compile` and run it in-process
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/ |
H A D | tut02-square.c | 84 result = gcc_jit_context_compile (ctxt); in main()
|
H A D | tut01-hello-world.c | 99 result = gcc_jit_context_compile (ctxt); in main()
|
H A D | tut03-sum-of-squares.c | 147 result = gcc_jit_context_compile (ctxt); in main()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/ |
H A D | tut02-square.c | 84 result = gcc_jit_context_compile (ctxt); in main()
|
H A D | tut01-hello-world.c | 99 result = gcc_jit_context_compile (ctxt); in main()
|
H A D | tut03-sum-of-squares.c | 147 result = gcc_jit_context_compile (ctxt); in main()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/internals/ |
H A D | test-hello-world.exe.log.txt | 54 JIT: entering: gcc_jit_context_compile 153 JIT: gcc_jit_context_compile: returning (gcc_jit_result *)0x12f75d0 154 JIT: exiting: gcc_jit_context_compile
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/internals/ |
H A D | test-hello-world.exe.log.txt | 54 JIT: entering: gcc_jit_context_compile 153 JIT: gcc_jit_context_compile: returning (gcc_jit_result *)0x12f75d0 154 JIT: exiting: gcc_jit_context_compile
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | notes.txt | 19 V . . gcc_jit_context_compile .
|
H A D | libgccjit.map | 37 gcc_jit_context_compile;
|
H A D | libgccjit.h | 356 gcc_jit_context_compile (gcc_jit_context *ctxt);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | notes.txt | 19 V . . gcc_jit_context_compile .
|
H A D | libgccjit.map | 37 gcc_jit_context_compile;
|
H A D | libgccjit.h | 389 gcc_jit_context_compile (gcc_jit_context *ctxt);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
H A D | compilation.rst | 41 :c:func:`gcc_jit_context_compile` API entrypoint.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/ |
H A D | compilation.rst | 41 :c:func:`gcc_jit_context_compile` API entrypoint.
|
12