lto_codegen_set_should_internalize

Function lto_codegen_set_should_internalize 

Source
pub unsafe extern "C" fn lto_codegen_set_should_internalize(
    cg: *mut LLVMOpaqueLTOCodeGenerator,
    ShouldInternalize: u8,
)
Expand description

Sets if we should run the itnernalize pass during optimization and code generation.

Added in LLVM 3.7.