LLVM API Documentation
Go to the source code of this file.
Typedefs | |
typedef void * | llvm_lto_t |
This provides a dummy type for pointers to the LTO object. More... | |
typedef enum llvm_lto_status | llvm_lto_status_t |
Functions | |
llvm_lto_t | llvm_create_optimizer (void) |
void | llvm_destroy_optimizer (llvm_lto_t lto) |
llvm_lto_status_t | llvm_read_object_file (llvm_lto_t lto, const char *input_filename) |
llvm_lto_status_t | llvm_optimize_modules (llvm_lto_t lto, const char *output_filename) |