pub unsafe extern "C" fn thinlto_module_get_num_objects(
cg: *mut LLVMOpaqueThinLTOCodeGenerator,
) -> i32Expand 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.