Home | History | Annotate | Download | only in lto

Lines Matching refs:lto_code_gen_t

187 lto_code_gen_t lto_codegen_create(void)
196 // upon return the lto_code_gen_t is no longer valid
198 void lto_codegen_dispose(lto_code_gen_t cg)
209 bool lto_codegen_add_module(lto_code_gen_t cg, lto_module_t mod)
219 bool lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model debug)
229 bool lto_codegen_set_pic_model(lto_code_gen_t cg, lto_codegen_model model)
237 void lto_codegen_set_cpu(lto_code_gen_t cg, const char* cpu)
245 void lto_codegen_set_assembler_path(lto_code_gen_t cg, const char* path)
254 void lto_codegen_set_assembler_args(lto_code_gen_t cg, const char** args,
265 void lto_codegen_add_must_preserve_symbol(lto_code_gen_t cg, const char* symbol)
276 bool lto_codegen_write_merged_modules(lto_code_gen_t cg, const char* path)
286 // lto_code_gen_t and will be freed when lto_codegen_dispose()
291 lto_codegen_compile(lto_code_gen_t cg, size_t* length)
297 lto_codegen_compile_to_file(lto_code_gen_t cg, const char **name)
307 lto_codegen_debug_options(lto_code_gen_t cg, const char * opt)