Home
last modified time | relevance | path

Searched refs:thinlto_code_gen_t (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm-c/
H A Dlto.h101 typedef struct LLVMOpaqueThinLTOCodeGenerator *thinlto_code_gen_t; typedef
687 extern thinlto_code_gen_t thinlto_create_codegen(void);
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);
763 const char *thinlto_module_get_object_file(thinlto_code_gen_t cg,
793 void thinlto_set_generated_objects_dir(thinlto_code_gen_t cg,
809 extern void thinlto_codegen_disable_codegen(thinlto_code_gen_t cg,
885 extern void thinlto_codegen_set_cache_dir(thinlto_code_gen_t cg,
912 thinlto_code_gen_t cg, unsigned percentage);
[all …]
/llvm-project-15.0.7/llvm/tools/lto/
H A Dlto.cpp518 thinlto_code_gen_t thinlto_create_codegen(void) { in thinlto_create_codegen()
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()
614 void thinlto_codegen_set_cache_dir(thinlto_code_gen_t cg, in thinlto_codegen_set_cache_dir()
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()
[all …]