thinlto_module_get_num_objects

Function thinlto_module_get_num_objects 

Source
pub unsafe extern "C" fn thinlto_module_get_num_objects(
    cg: *mut LLVMOpaqueThinLTOCodeGenerator,
) -> i32
Expand description

Return the number of object files produced by the code generator.

This usually matches the number of input files, but is not guaranteed to.