ΒΆextern void lto_codegen_set_should_internalize(
    lto_code_gen_t cg,
    lto_bool_t ShouldInternalize)

Description

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

Declared at: llvm/include/llvm-c/lto.h:551

Parameters

lto_code_gen_t cg
lto_bool_t ShouldInternalize