Home | History | Annotate | Download | only in lto
      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_get_linkeropts
     12 lto_module_get_num_symbols
     13 lto_module_get_symbol_attribute
     14 lto_module_get_symbol_name
     15 lto_module_get_target_triple
     16 lto_module_set_target_triple
     17 lto_module_is_object_file
     18 lto_module_is_object_file_for_target
     19 lto_module_is_object_file_in_memory
     20 lto_module_is_object_file_in_memory_for_target
     21 lto_module_has_objc_category
     22 lto_module_dispose
     23 lto_api_version
     24 lto_codegen_set_diagnostic_handler
     25 lto_codegen_add_module
     26 lto_codegen_set_module
     27 lto_codegen_add_must_preserve_symbol
     28 lto_codegen_compile
     29 lto_codegen_create
     30 lto_codegen_create_in_local_context
     31 lto_codegen_dispose
     32 lto_codegen_set_debug_model
     33 lto_codegen_set_pic_model
     34 lto_codegen_write_merged_modules
     35 lto_codegen_debug_options
     36 lto_codegen_set_assembler_args
     37 lto_codegen_set_assembler_path
     38 lto_codegen_set_cpu
     39 lto_codegen_compile_to_file
     40 lto_codegen_optimize
     41 lto_codegen_compile_optimized
     42 lto_codegen_set_should_internalize
     43 lto_codegen_set_should_embed_uselists
     44 LLVMCreateDisasm
     45 LLVMCreateDisasmCPU
     46 LLVMDisasmDispose
     47 LLVMDisasmInstruction
     48 LLVMSetDisasmOptions
     49 thinlto_create_codegen
     50 thinlto_codegen_dispose
     51 thinlto_codegen_add_module
     52 thinlto_codegen_process
     53 thinlto_module_get_num_objects
     54 thinlto_module_get_object
     55 thinlto_codegen_set_pic_model
     56 thinlto_codegen_set_cache_dir
     57 thinlto_codegen_set_cache_pruning_interval
     58 thinlto_codegen_set_cache_entry_expiration
     59 thinlto_codegen_set_final_cache_size_relative_to_available_space
     60 thinlto_codegen_set_cache_size_bytes
     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