mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
5a1cf3b255
This function adds an extra path argument to lto_module_create_from_memory. The path argument will be passed to makeBuffer to make sure the MemoryBuffer has a name and the created module has a module identifier. This is mainly for emitting warning messages from the linker. When we emit warning message on a module, we can use the module identifier. rdar://15985737 llvm-svn: 201114
42 lines
1.1 KiB
Plaintext
42 lines
1.1 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_get_deplib
|
|
lto_module_get_linkeropt
|
|
lto_module_get_num_deplibs
|
|
lto_module_get_num_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_codegen_set_diagnostic_handler
|
|
lto_codegen_add_module
|
|
lto_codegen_add_must_preserve_symbol
|
|
lto_codegen_compile
|
|
lto_codegen_create
|
|
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
|
|
LLVMCreateDisasm
|
|
LLVMCreateDisasmCPU
|
|
LLVMDisasmDispose
|
|
LLVMDisasmInstruction
|
|
LLVMSetDisasmOptions
|