Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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);
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,
[all …]