Lines Matching refs:cg
219 const char *path, lto_code_gen_t cg);
404 lto_codegen_add_module(lto_code_gen_t cg, lto_module_t mod);
415 lto_codegen_set_module(lto_code_gen_t cg, lto_module_t mod);
424 lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model);
433 lto_codegen_set_pic_model(lto_code_gen_t cg, lto_codegen_model);
441 lto_codegen_set_cpu(lto_code_gen_t cg, const char *cpu);
450 lto_codegen_set_assembler_path(lto_code_gen_t cg, const char* path);
458 lto_codegen_set_assembler_args(lto_code_gen_t cg, const char **args,
469 lto_codegen_add_must_preserve_symbol(lto_code_gen_t cg, const char* symbol);
479 lto_codegen_write_merged_modules(lto_code_gen_t cg, const char* path);
494 lto_codegen_compile(lto_code_gen_t cg, size_t* length);
506 lto_codegen_compile_to_file(lto_code_gen_t cg, const char** name);
514 lto_codegen_optimize(lto_code_gen_t cg);
529 lto_codegen_compile_optimized(lto_code_gen_t cg, size_t* length);
565 lto_codegen_debug_options(lto_code_gen_t cg, const char *);
573 extern void lto_codegen_debug_options_array(lto_code_gen_t cg,
592 lto_codegen_set_should_internalize(lto_code_gen_t cg,
604 lto_codegen_set_should_embed_uselists(lto_code_gen_t cg,
695 extern void thinlto_codegen_dispose(thinlto_code_gen_t cg);
708 extern void thinlto_codegen_add_module(thinlto_code_gen_t cg,
718 extern void thinlto_codegen_process(thinlto_code_gen_t cg);
729 extern unsigned int thinlto_module_get_num_objects(thinlto_code_gen_t cg);
740 extern LTOObjectBuffer thinlto_module_get_object(thinlto_code_gen_t cg,
752 unsigned int thinlto_module_get_num_object_files(thinlto_code_gen_t cg);
763 const char *thinlto_module_get_object_file(thinlto_code_gen_t cg,
772 extern lto_bool_t thinlto_codegen_set_pic_model(thinlto_code_gen_t cg,
782 extern void thinlto_codegen_set_savetemps_dir(thinlto_code_gen_t cg,
793 void thinlto_set_generated_objects_dir(thinlto_code_gen_t cg,
801 extern void thinlto_codegen_set_cpu(thinlto_code_gen_t cg, const char *cpu);
809 extern void thinlto_codegen_disable_codegen(thinlto_code_gen_t cg,
817 extern void thinlto_codegen_set_codegen_only(thinlto_code_gen_t cg,
842 extern void thinlto_codegen_add_must_preserve_symbol(thinlto_code_gen_t cg,
854 extern void thinlto_codegen_add_cross_referenced_symbol(thinlto_code_gen_t cg,
885 extern void thinlto_codegen_set_cache_dir(thinlto_code_gen_t cg,
895 extern void thinlto_codegen_set_cache_pruning_interval(thinlto_code_gen_t cg,
912 thinlto_code_gen_t cg, unsigned percentage);
920 extern void thinlto_codegen_set_cache_entry_expiration(thinlto_code_gen_t cg,
931 extern void thinlto_codegen_set_cache_size_bytes(thinlto_code_gen_t cg,
941 thinlto_codegen_set_cache_size_megabytes(thinlto_code_gen_t cg,
950 extern void thinlto_codegen_set_cache_size_files(thinlto_code_gen_t cg,