Lines Matching refs:thinlto_code_gen_t

145 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ThinLTOCodeGenerator, thinlto_code_gen_t)  in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
518 thinlto_code_gen_t thinlto_create_codegen(void) { in thinlto_create_codegen()
547 void thinlto_codegen_dispose(thinlto_code_gen_t cg) { delete unwrap(cg); } in thinlto_codegen_dispose()
549 void thinlto_codegen_add_module(thinlto_code_gen_t cg, const char *Identifier, in thinlto_codegen_add_module()
554 void thinlto_codegen_process(thinlto_code_gen_t cg) { unwrap(cg)->run(); } in thinlto_codegen_process()
556 unsigned int thinlto_module_get_num_objects(thinlto_code_gen_t cg) { in thinlto_module_get_num_objects()
559 LTOObjectBuffer thinlto_module_get_object(thinlto_code_gen_t cg, in thinlto_module_get_object()
567 unsigned int thinlto_module_get_num_object_files(thinlto_code_gen_t cg) { in thinlto_module_get_num_object_files()
570 const char *thinlto_module_get_object_file(thinlto_code_gen_t cg, in thinlto_module_get_object_file()
577 void thinlto_codegen_disable_codegen(thinlto_code_gen_t cg, in thinlto_codegen_disable_codegen()
582 void thinlto_codegen_set_codegen_only(thinlto_code_gen_t cg, in thinlto_codegen_set_codegen_only()
600 void thinlto_codegen_add_must_preserve_symbol(thinlto_code_gen_t cg, in thinlto_codegen_add_must_preserve_symbol()
605 void thinlto_codegen_add_cross_referenced_symbol(thinlto_code_gen_t cg, in thinlto_codegen_add_cross_referenced_symbol()
610 void thinlto_codegen_set_cpu(thinlto_code_gen_t cg, const char *cpu) { in thinlto_codegen_set_cpu()
614 void thinlto_codegen_set_cache_dir(thinlto_code_gen_t cg, in thinlto_codegen_set_cache_dir()
619 void thinlto_codegen_set_cache_pruning_interval(thinlto_code_gen_t cg, in thinlto_codegen_set_cache_pruning_interval()
624 void thinlto_codegen_set_cache_entry_expiration(thinlto_code_gen_t cg, in thinlto_codegen_set_cache_entry_expiration()
630 thinlto_code_gen_t cg, unsigned Percentage) { in thinlto_codegen_set_final_cache_size_relative_to_available_space()
635 thinlto_code_gen_t cg, unsigned MaxSizeBytes) { in thinlto_codegen_set_cache_size_bytes()
640 thinlto_code_gen_t cg, unsigned MaxSizeMegabytes) { in thinlto_codegen_set_cache_size_megabytes()
647 thinlto_code_gen_t cg, unsigned MaxSizeFiles) { in thinlto_codegen_set_cache_size_files()
651 void thinlto_codegen_set_savetemps_dir(thinlto_code_gen_t cg, in thinlto_codegen_set_savetemps_dir()
656 void thinlto_set_generated_objects_dir(thinlto_code_gen_t cg, in thinlto_set_generated_objects_dir()
661 lto_bool_t thinlto_codegen_set_pic_model(thinlto_code_gen_t cg, in thinlto_codegen_set_pic_model()