[−][src]Module llvm_sys::lto
Abstract link time optimization.
ThinLTO
ThinLTO is designed to do LTO while requiring fewer resources than regular LTO. It can run much faster and in less memory (comparable to linking without LTO) than regular LTO, with essentially no loss in optimization.
Structs
LTOObjectBuffer | Type to wrap a single object returned by ThinLTO. |
Enums
LLVMOpaqueLTOCodeGenerator | |
LLVMOpaqueLTOModule | |
LLVMOpaqueThinLTOCodeGenerator | |
lto_codegen_diagnostic_severity_t | |
lto_codegen_model | |
lto_debug_model | |
lto_symbol_attributes |
Functions
Type Definitions
lto_bool_t | |
lto_code_gen_t | |
lto_diagnostic_handler_t | |
lto_module_t | |
thinlto_code_gen_t |