Function llvm_sys::lto::thinlto_module_get_num_objects

source ยท
pub unsafe extern "C" fn thinlto_module_get_num_objects(
    cg: thinlto_code_gen_t
) -> c_int
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.