mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-02 00:42:52 +01:00
870391a06e
Add lto_codegen_set_assembler_path() API which allows the linker to specify the path to the assembler tool to run. When assembler is used (instead of compiler) different command line options are used. Add LTO_API_VERSION #define so clients (linkers) can conditionalize use of new APIs. llvm-svn: 72823
25 lines
653 B
Plaintext
25 lines
653 B
Plaintext
_lto_get_error_message
|
|
_lto_get_version
|
|
_lto_module_create
|
|
_lto_module_create_from_memory
|
|
_lto_module_get_num_symbols
|
|
_lto_module_get_symbol_attribute
|
|
_lto_module_get_symbol_name
|
|
_lto_module_get_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_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_path
|
|
|