• Home
  • Raw
  • Download

Lines Matching refs:cg

219                                      const char *path, lto_code_gen_t cg);
394 lto_codegen_add_module(lto_code_gen_t cg, lto_module_t mod);
405 lto_codegen_set_module(lto_code_gen_t cg, lto_module_t mod);
414 lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model);
423 lto_codegen_set_pic_model(lto_code_gen_t cg, lto_codegen_model);
431 lto_codegen_set_cpu(lto_code_gen_t cg, const char *cpu);
440 lto_codegen_set_assembler_path(lto_code_gen_t cg, const char* path);
448 lto_codegen_set_assembler_args(lto_code_gen_t cg, const char **args,
459 lto_codegen_add_must_preserve_symbol(lto_code_gen_t cg, const char* symbol);
469 lto_codegen_write_merged_modules(lto_code_gen_t cg, const char* path);
484 lto_codegen_compile(lto_code_gen_t cg, size_t* length);
496 lto_codegen_compile_to_file(lto_code_gen_t cg, const char** name);
504 lto_codegen_optimize(lto_code_gen_t cg);
519 lto_codegen_compile_optimized(lto_code_gen_t cg, size_t* length);
539 lto_codegen_debug_options(lto_code_gen_t cg, const char *);
547 extern void lto_codegen_debug_options_array(lto_code_gen_t cg,
566 lto_codegen_set_should_internalize(lto_code_gen_t cg,
578 lto_codegen_set_should_embed_uselists(lto_code_gen_t cg,
669 extern void thinlto_codegen_dispose(thinlto_code_gen_t cg);
682 extern void thinlto_codegen_add_module(thinlto_code_gen_t cg,
692 extern void thinlto_codegen_process(thinlto_code_gen_t cg);
703 extern unsigned int thinlto_module_get_num_objects(thinlto_code_gen_t cg);
714 extern LTOObjectBuffer thinlto_module_get_object(thinlto_code_gen_t cg,
726 unsigned int thinlto_module_get_num_object_files(thinlto_code_gen_t cg);
737 const char *thinlto_module_get_object_file(thinlto_code_gen_t cg,
746 extern lto_bool_t thinlto_codegen_set_pic_model(thinlto_code_gen_t cg,
756 extern void thinlto_codegen_set_savetemps_dir(thinlto_code_gen_t cg,
767 void thinlto_set_generated_objects_dir(thinlto_code_gen_t cg,
775 extern void thinlto_codegen_set_cpu(thinlto_code_gen_t cg, const char *cpu);
783 extern void thinlto_codegen_disable_codegen(thinlto_code_gen_t cg,
791 extern void thinlto_codegen_set_codegen_only(thinlto_code_gen_t cg,
816 extern void thinlto_codegen_add_must_preserve_symbol(thinlto_code_gen_t cg,
828 extern void thinlto_codegen_add_cross_referenced_symbol(thinlto_code_gen_t cg,
859 extern void thinlto_codegen_set_cache_dir(thinlto_code_gen_t cg,
869 extern void thinlto_codegen_set_cache_pruning_interval(thinlto_code_gen_t cg,
886 thinlto_code_gen_t cg, unsigned percentage);
894 extern void thinlto_codegen_set_cache_entry_expiration(thinlto_code_gen_t cg,
905 extern void thinlto_codegen_set_cache_size_bytes(thinlto_code_gen_t cg,
915 thinlto_codegen_set_cache_size_megabytes(thinlto_code_gen_t cg,
924 extern void thinlto_codegen_set_cache_size_files(thinlto_code_gen_t cg,