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

  /external/swiftshader/third_party/LLVM/include/llvm-c/
lto.h 61 typedef struct LTOCodeGenerator* lto_code_gen_t; typedef in typeref:struct:LTOCodeGenerator
187 extern lto_code_gen_t
193 * Upon return the lto_code_gen_t is no longer valid.
196 lto_codegen_dispose(lto_code_gen_t);
205 lto_codegen_add_module(lto_code_gen_t cg, lto_module_t mod);
214 lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model);
222 lto_codegen_set_pic_model(lto_code_gen_t cg, lto_codegen_model);
229 lto_codegen_set_cpu(lto_code_gen_t cg, const char *cpu);
237 lto_codegen_set_assembler_path(lto_code_gen_t cg, const char* path);
243 lto_codegen_set_assembler_args(lto_code_gen_t cg, const char **args
    [all...]
  /external/llvm/include/llvm-c/
lto.h 96 typedef struct LLVMOpaqueLTOCodeGenerator *lto_code_gen_t; typedef in typeref:struct:LLVMOpaqueLTOCodeGenerator
197 * lto_code_gen_t using \a lto_codegen_add_module().
219 const char *path, lto_code_gen_t cg);
331 extern void lto_codegen_set_diagnostic_handler(lto_code_gen_t,
344 extern lto_code_gen_t
356 extern lto_code_gen_t
361 * Upon return the lto_code_gen_t is no longer valid.
366 lto_codegen_dispose(lto_code_gen_t);
379 lto_codegen_add_module(lto_code_gen_t cg, lto_module_t mod);
390 lto_codegen_set_module(lto_code_gen_t cg, lto_module_t mod)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
lto.h 96 typedef struct LLVMOpaqueLTOCodeGenerator *lto_code_gen_t; typedef in typeref:struct:LLVMOpaqueLTOCodeGenerator
197 * lto_code_gen_t using \a lto_codegen_add_module().
219 const char *path, lto_code_gen_t cg);
331 extern void lto_codegen_set_diagnostic_handler(lto_code_gen_t,
344 extern lto_code_gen_t
356 extern lto_code_gen_t
361 * Upon return the lto_code_gen_t is no longer valid.
366 lto_codegen_dispose(lto_code_gen_t);
379 lto_codegen_add_module(lto_code_gen_t cg, lto_module_t mod);
390 lto_codegen_set_module(lto_code_gen_t cg, lto_module_t mod)
    [all...]

Completed in 599 milliseconds