Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A Dlto.h101 typedef struct LLVMOpaqueThinLTOCodeGenerator *thinlto_code_gen_t; typedef
677 extern thinlto_code_gen_t thinlto_create_codegen(void);
685 extern void thinlto_codegen_dispose(thinlto_code_gen_t cg);
698 extern void thinlto_codegen_add_module(thinlto_code_gen_t cg,
708 extern void thinlto_codegen_process(thinlto_code_gen_t cg);
719 extern unsigned int thinlto_module_get_num_objects(thinlto_code_gen_t cg);
730 extern LTOObjectBuffer thinlto_module_get_object(thinlto_code_gen_t cg,
742 unsigned int thinlto_module_get_num_object_files(thinlto_code_gen_t cg);
753 const char *thinlto_module_get_object_file(thinlto_code_gen_t cg,
762 extern lto_bool_t thinlto_codegen_set_pic_model(thinlto_code_gen_t cg,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp147 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ThinLTOCodeGenerator, thinlto_code_gen_t) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
516 thinlto_code_gen_t thinlto_create_codegen(void) { in thinlto_create_codegen()
545 void thinlto_codegen_dispose(thinlto_code_gen_t cg) { delete unwrap(cg); } in thinlto_codegen_dispose()
547 void thinlto_codegen_add_module(thinlto_code_gen_t cg, const char *Identifier, in thinlto_codegen_add_module()
552 void thinlto_codegen_process(thinlto_code_gen_t cg) { unwrap(cg)->run(); } in thinlto_codegen_process()
554 unsigned int thinlto_module_get_num_objects(thinlto_code_gen_t cg) { in thinlto_module_get_num_objects()
557 LTOObjectBuffer thinlto_module_get_object(thinlto_code_gen_t cg, in thinlto_module_get_object()
565 unsigned int thinlto_module_get_num_object_files(thinlto_code_gen_t cg) { in thinlto_module_get_num_object_files()
568 const char *thinlto_module_get_object_file(thinlto_code_gen_t cg, in thinlto_module_get_object_file()
575 void thinlto_codegen_disable_codegen(thinlto_code_gen_t cg, in thinlto_codegen_disable_codegen()
[all …]