HomeSort by: relevance | last modified time | path
    Searched refs:compile_to_file (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 152 bool compile_to_file(const char **Name);
154 /// As with compile_to_file(), this function compiles the merged module into
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.h 59 - playback::compile_to_file. */
418 class compile_to_file : public context class in namespace:gcc::jit::playback
421 compile_to_file (recording::context *ctxt,
jit-playback.cc 2506 When compiling to a file, we have the playback::compile_to_file
2583 given file (playback::compile_to_file). */
2615 /* Implementation of class gcc::jit::playback::compile_to_file,
2618 /* playback::compile_to_file's trivial constructor. */
2620 playback::compile_to_file::compile_to_file (recording::context *ctxt, function in class:gcc::jit::playback::compile_to_file
2638 playback::compile_to_file::postprocess (const char *ctxt_progname)
2730 playback::compile_to_file::copy_file (const char *src_path,
libgccjit++.h 108 void compile_to_file (enum gcc_jit_output_kind output_kind,
679 context::compile_to_file (enum gcc_jit_output_kind output_kind, function in class:gccjit::context
jit-recording.h 290 compile_to_file (enum gcc_jit_output_kind output_kind,
jit-recording.cc 1523 recording::context::compile_to_file (enum gcc_jit_output_kind output_kind, function in class:gcc::jit::recording::context
1535 /* Set up a compile_to_file playback context. */
1536 ::gcc::jit::playback::compile_to_file replayer (this,
libgccjit.cc 3675 gcc::jit::recording::context::compile_to_file method in
3693 ctxt->log ("compile_to_file of ctxt: %p", (void *)ctxt);
3697 ctxt->compile_to_file (output_kind, output_path);
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.h 48 - playback::compile_to_file. */
389 class compile_to_file : public context class in namespace:gcc::jit::playback
392 compile_to_file (recording::context *ctxt,
jit-playback.cc 2320 When compiling to a file, we have the playback::compile_to_file
2403 given file (playback::compile_to_file). */
2437 /* Implementation of class gcc::jit::playback::compile_to_file,
2440 /* playback::compile_to_file's trivial constructor. */
2442 playback::compile_to_file::compile_to_file (recording::context *ctxt, function in class:gcc::jit::playback::compile_to_file
2460 playback::compile_to_file::postprocess (const char *ctxt_progname)
2552 playback::compile_to_file::copy_file (const char *src_path,
libgccjit++.h 108 void compile_to_file (enum gcc_jit_output_kind output_kind,
678 context::compile_to_file (enum gcc_jit_output_kind output_kind, function in class:gccjit::context
jit-recording.h 283 compile_to_file (enum gcc_jit_output_kind output_kind,
jit-recording.cc 1510 recording::context::compile_to_file (enum gcc_jit_output_kind output_kind, function in class:gcc::jit::recording::context
1522 /* Set up a compile_to_file playback context. */
1523 ::gcc::jit::playback::compile_to_file replayer (this,
libgccjit.cc 3642 gcc::jit::recording::context::compile_to_file method in
3660 ctxt->log ("compile_to_file of ctxt: %p", (void *)ctxt);
3664 ctxt->compile_to_file (output_kind, output_path);
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOCodeGenerator.cpp 302 bool LTOCodeGenerator::compile_to_file(const char **Name) { function in class:LTOCodeGenerator
  /src/external/apache2/llvm/dist/llvm/tools/lto/
lto.cpp 465 return !unwrap(cg)->compile_to_file(name);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
llvm-lto.cpp 1077 if (!CodeGen.compile_to_file(&OutputName))

Completed in 75 milliseconds