HomeSort by relevance Sort by last modified time
    Searched defs:thinlto_code_gen_t (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm-c/
lto.h 99 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 cg
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
lto.h 99 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,
648 unsigned int thinlto_module_get_num_object_files(thinlto_code_gen_t cg)
    [all...]

Completed in 190 milliseconds