Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Side by Side Diff: llvm/tools/lto/lto.exports

Issue 10808021: Change LLVM bitcode linking to use tree reduction to scale better (Closed)
Patch Set: stuff Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « llvm/tools/lto/lto.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 lto_add_command_line_option 1 lto_add_command_line_option
2 lto_parse_command_line_options 2 lto_parse_command_line_options
3 lto_get_error_message 3 lto_get_error_message
4 lto_get_version 4 lto_get_version
5 lto_module_create 5 lto_module_create
6 lto_module_create_from_fd 6 lto_module_create_from_fd
7 lto_module_create_from_fd_at_offset 7 lto_module_create_from_fd_at_offset
8 lto_module_create_from_memory 8 lto_module_create_from_memory
9 lto_module_get_num_symbols 9 lto_module_get_num_symbols
10 lto_module_get_symbol_attribute 10 lto_module_get_symbol_attribute
11 lto_module_get_symbol_name 11 lto_module_get_symbol_name
12 lto_module_get_target_triple 12 lto_module_get_target_triple
13 lto_module_set_target_triple 13 lto_module_set_target_triple
14 lto_module_get_output_format 14 lto_module_get_output_format
15 lto_module_get_soname 15 lto_module_get_soname
16 lto_module_get_library_dep 16 lto_module_get_library_dep
17 lto_module_get_num_library_deps 17 lto_module_get_num_library_deps
18 lto_module_is_object_file 18 lto_module_is_object_file
19 lto_module_is_object_file_for_target 19 lto_module_is_object_file_for_target
20 lto_module_is_object_file_in_memory 20 lto_module_is_object_file_in_memory
21 lto_module_is_object_file_in_memory_for_target 21 lto_module_is_object_file_in_memory_for_target
22 lto_module_dispose 22 lto_module_dispose
23 lto_codegen_add_module 23 lto_codegen_add_module
24 lto_codegen_gather_module_for_link
25 lto_codegen_link_gathered_modules_and_dispose
24 lto_codegen_add_must_preserve_symbol 26 lto_codegen_add_must_preserve_symbol
25 lto_codegen_compile 27 lto_codegen_compile
26 lto_codegen_create 28 lto_codegen_create
27 lto_codegen_dispose 29 lto_codegen_dispose
28 lto_codegen_set_assembler_args 30 lto_codegen_set_assembler_args
29 lto_codegen_set_assembler_path 31 lto_codegen_set_assembler_path
30 lto_codegen_set_cpu 32 lto_codegen_set_cpu
31 lto_codegen_set_debug_model 33 lto_codegen_set_debug_model
32 lto_codegen_set_pic_model 34 lto_codegen_set_pic_model
33 lto_codegen_write_merged_modules 35 lto_codegen_write_merged_modules
34 lto_codegen_debug_options 36 lto_codegen_debug_options
35 lto_codegen_set_assembler_args 37 lto_codegen_set_assembler_args
36 lto_codegen_set_assembler_path 38 lto_codegen_set_assembler_path
37 lto_codegen_set_cpu 39 lto_codegen_set_cpu
38 lto_codegen_set_merged_module_output_format 40 lto_codegen_set_merged_module_output_format
39 lto_codegen_set_merged_module_soname 41 lto_codegen_set_merged_module_soname
40 lto_codegen_add_merged_module_library_dep 42 lto_codegen_add_merged_module_library_dep
41 lto_codegen_set_symbol_def_version 43 lto_codegen_set_symbol_def_version
42 lto_codegen_set_symbol_needed 44 lto_codegen_set_symbol_needed
43 lto_codegen_wrap_symbol_in_merged_module 45 lto_codegen_wrap_symbol_in_merged_module
44 lto_codegen_compile_to_file 46 lto_codegen_compile_to_file
45 LLVMCreateDisasm 47 LLVMCreateDisasm
46 LLVMDisasmDispose 48 LLVMDisasmDispose
47 LLVMDisasmInstruction 49 LLVMDisasmInstruction
OLDNEW
« no previous file with comments | « llvm/tools/lto/lto.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698