lto.exports 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. lto_get_error_message
  2. lto_get_version
  3. lto_initialize_disassembler
  4. lto_module_create
  5. lto_module_create_from_fd
  6. lto_module_create_from_fd_at_offset
  7. lto_module_create_from_memory
  8. lto_module_create_from_memory_with_path
  9. lto_module_create_in_local_context
  10. lto_module_create_in_codegen_context
  11. lto_module_has_ctor_dtor
  12. lto_module_get_linkeropts
  13. lto_module_get_macho_cputype
  14. lto_module_get_num_symbols
  15. lto_module_get_symbol_attribute
  16. lto_module_get_symbol_name
  17. lto_module_get_target_triple
  18. lto_module_set_target_triple
  19. lto_module_is_object_file
  20. lto_module_is_object_file_for_target
  21. lto_module_is_object_file_in_memory
  22. lto_module_is_object_file_in_memory_for_target
  23. lto_module_has_objc_category
  24. lto_module_dispose
  25. lto_api_version
  26. lto_codegen_set_diagnostic_handler
  27. lto_codegen_add_module
  28. lto_codegen_set_module
  29. lto_codegen_add_must_preserve_symbol
  30. lto_codegen_compile
  31. lto_codegen_create
  32. lto_codegen_create_in_local_context
  33. lto_codegen_dispose
  34. lto_codegen_set_debug_model
  35. lto_codegen_set_pic_model
  36. lto_codegen_write_merged_modules
  37. lto_codegen_debug_options
  38. lto_codegen_debug_options_array
  39. lto_codegen_set_assembler_args
  40. lto_codegen_set_assembler_path
  41. lto_codegen_set_cpu
  42. lto_codegen_compile_to_file
  43. lto_codegen_optimize
  44. lto_codegen_compile_optimized
  45. lto_codegen_set_should_internalize
  46. lto_codegen_set_should_embed_uselists
  47. lto_set_debug_options
  48. thinlto_create_codegen
  49. thinlto_codegen_dispose
  50. thinlto_codegen_add_module
  51. thinlto_codegen_process
  52. thinlto_module_get_num_objects
  53. thinlto_module_get_object
  54. thinlto_codegen_set_pic_model
  55. thinlto_codegen_set_cache_dir
  56. thinlto_codegen_set_cache_pruning_interval
  57. thinlto_codegen_set_cache_entry_expiration
  58. thinlto_codegen_set_final_cache_size_relative_to_available_space
  59. thinlto_codegen_set_cache_size_bytes
  60. thinlto_codegen_set_cache_size_megabytes
  61. thinlto_codegen_set_cache_size_files
  62. thinlto_codegen_set_savetemps_dir
  63. thinlto_codegen_set_cpu
  64. thinlto_debug_options
  65. lto_module_is_thinlto
  66. thinlto_codegen_add_must_preserve_symbol
  67. thinlto_codegen_add_cross_referenced_symbol
  68. thinlto_codegen_set_codegen_only
  69. thinlto_codegen_disable_codegen
  70. thinlto_module_get_num_object_files
  71. thinlto_module_get_object_file
  72. thinlto_set_generated_objects_dir
  73. lto_input_create
  74. lto_input_dispose
  75. lto_input_get_num_dependent_libraries
  76. lto_input_get_dependent_library
  77. lto_runtime_lib_symbols_list