Mercurial > hg > CbC > CbC_llvm
comparison tools/lto/lto.exports @ 95:afa8332a0e37 LLVM3.8
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 60c9769439b8 |
children | 1172e4bd9c6f |
comparison
equal
deleted
inserted
replaced
84:f3e34b893a5f | 95:afa8332a0e37 |
---|---|
6 lto_module_create_from_fd_at_offset | 6 lto_module_create_from_fd_at_offset |
7 lto_module_create_from_memory | 7 lto_module_create_from_memory |
8 lto_module_create_from_memory_with_path | 8 lto_module_create_from_memory_with_path |
9 lto_module_create_in_local_context | 9 lto_module_create_in_local_context |
10 lto_module_create_in_codegen_context | 10 lto_module_create_in_codegen_context |
11 lto_module_get_deplib | 11 lto_module_get_linkeropts |
12 lto_module_get_linkeropt | |
13 lto_module_get_num_deplibs | |
14 lto_module_get_num_linkeropts | |
15 lto_module_get_num_symbols | 12 lto_module_get_num_symbols |
16 lto_module_get_symbol_attribute | 13 lto_module_get_symbol_attribute |
17 lto_module_get_symbol_name | 14 lto_module_get_symbol_name |
18 lto_module_get_target_triple | 15 lto_module_get_target_triple |
19 lto_module_set_target_triple | 16 lto_module_set_target_triple |
23 lto_module_is_object_file_in_memory_for_target | 20 lto_module_is_object_file_in_memory_for_target |
24 lto_module_dispose | 21 lto_module_dispose |
25 lto_api_version | 22 lto_api_version |
26 lto_codegen_set_diagnostic_handler | 23 lto_codegen_set_diagnostic_handler |
27 lto_codegen_add_module | 24 lto_codegen_add_module |
25 lto_codegen_set_module | |
28 lto_codegen_add_must_preserve_symbol | 26 lto_codegen_add_must_preserve_symbol |
29 lto_codegen_compile | 27 lto_codegen_compile |
30 lto_codegen_create | 28 lto_codegen_create |
31 lto_codegen_create_in_local_context | 29 lto_codegen_create_in_local_context |
32 lto_codegen_dispose | 30 lto_codegen_dispose |
38 lto_codegen_set_assembler_path | 36 lto_codegen_set_assembler_path |
39 lto_codegen_set_cpu | 37 lto_codegen_set_cpu |
40 lto_codegen_compile_to_file | 38 lto_codegen_compile_to_file |
41 lto_codegen_optimize | 39 lto_codegen_optimize |
42 lto_codegen_compile_optimized | 40 lto_codegen_compile_optimized |
41 lto_codegen_set_should_internalize | |
42 lto_codegen_set_should_embed_uselists | |
43 LLVMCreateDisasm | 43 LLVMCreateDisasm |
44 LLVMCreateDisasmCPU | 44 LLVMCreateDisasmCPU |
45 LLVMDisasmDispose | 45 LLVMDisasmDispose |
46 LLVMDisasmInstruction | 46 LLVMDisasmInstruction |
47 LLVMSetDisasmOptions | 47 LLVMSetDisasmOptions |