mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 00:11:00 +00:00
44b800f44d
When debugging LTO issues with ld64, we use -save-temps to save the merged optimized bitcode file, then invoke ld64 again on the single bitcode file. The saved bitcode file is already internalized, so we can call lto_codegen_set_should_internalize and skip running internalization again. rdar://20227235 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235211 91177308-0d34-0410-b5e6-96231b3b80d8
50 lines
1.3 KiB
Plaintext
50 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_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_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
|
|
LLVMCreateDisasm
|
|
LLVMCreateDisasmCPU
|
|
LLVMDisasmDispose
|
|
LLVMDisasmInstruction
|
|
LLVMSetDisasmOptions
|