pub unsafe extern "C" fn thinlto_module_get_num_object_files(
cg: *mut LLVMOpaqueThinLTOCodeGenerator,
) -> u32Expand description
Return the number of object files produced by the code generator.
Usually the same as the number of input files, but not guaranteed.