[][src]Function llvm_sys::lto::thinlto_module_get_num_object_files

pub unsafe extern "C" fn thinlto_module_get_num_object_files(
    cg: thinlto_code_gen_t
) -> c_uint

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

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