Searched defs:thinlto_code_gen_t (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm-c/
H A Dlto.h99 typedef struct LLVMOpaqueThinLTOCodeGenerator *thinlto_code_gen_t; typedef in typeref:struct:LLVMOpaqueThinLTOCodeGenerator
583 extern thinlto_code_gen_t thinlto_create_codegen(void);
587 * Upon return the thinlto_code_gen_t is no longer valid.
591 extern void thinlto_codegen_dispose(thinlto_code_gen_t cg);
597 * thinlto_code_gen_t it is added to.
604 extern void thinlto_codegen_add_module(thinlto_code_gen_t cg,
614 extern void thinlto_codegen_process(thinlto_code_gen_t cg);
625 extern unsigned int thinlto_module_get_num_objects(thinlto_code_gen_t cg);
636 extern LTOObjectBuffer thinlto_module_get_object(thinlto_code_gen_t cg,
645 extern lto_bool_t thinlto_codegen_set_pic_model(thinlto_code_gen_t c
[all...]

Completed in 84 milliseconds