thinlto_module_get_num_object_files

Function thinlto_module_get_num_object_files 

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

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

Usually the same as the number of input files, but not guaranteed.