mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
8c8a8f77d7
Specifically, remove the dependent library interface and replace the existing linker option interface with a new one that returns a single list of flags. Differential Revision: http://reviews.llvm.org/D10820 llvm-svn: 241018
48 lines
1.3 KiB
Plaintext
48 lines
1.3 KiB
Plaintext
lto_get_error_message
|
|
lto_get_version
|
|
lto_initialize_disassembler
|
|
lto_module_create
|
|
lto_module_create_from_fd
|
|
lto_module_create_from_fd_at_offset
|
|
lto_module_create_from_memory
|
|
lto_module_create_from_memory_with_path
|
|
lto_module_create_in_local_context
|
|
lto_module_create_in_codegen_context
|
|
lto_module_get_linkeropts
|
|
lto_module_get_num_symbols
|
|
lto_module_get_symbol_attribute
|
|
lto_module_get_symbol_name
|
|
lto_module_get_target_triple
|
|
lto_module_set_target_triple
|
|
lto_module_is_object_file
|
|
lto_module_is_object_file_for_target
|
|
lto_module_is_object_file_in_memory
|
|
lto_module_is_object_file_in_memory_for_target
|
|
lto_module_dispose
|
|
lto_api_version
|
|
lto_codegen_set_diagnostic_handler
|
|
lto_codegen_add_module
|
|
lto_codegen_set_module
|
|
lto_codegen_add_must_preserve_symbol
|
|
lto_codegen_compile
|
|
lto_codegen_create
|
|
lto_codegen_create_in_local_context
|
|
lto_codegen_dispose
|
|
lto_codegen_set_debug_model
|
|
lto_codegen_set_pic_model
|
|
lto_codegen_write_merged_modules
|
|
lto_codegen_debug_options
|
|
lto_codegen_set_assembler_args
|
|
lto_codegen_set_assembler_path
|
|
lto_codegen_set_cpu
|
|
lto_codegen_compile_to_file
|
|
lto_codegen_optimize
|
|
lto_codegen_compile_optimized
|
|
lto_codegen_set_should_internalize
|
|
lto_codegen_set_should_embed_uselists
|
|
LLVMCreateDisasm
|
|
LLVMCreateDisasmCPU
|
|
LLVMDisasmDispose
|
|
LLVMDisasmInstruction
|
|
LLVMSetDisasmOptions
|