[][src]Function llvm_sys::lto::thinlto_module_get_object_file

pub unsafe extern "C" fn thinlto_module_get_object_file(
    cg: thinlto_code_gen_t,
    index: c_uint
) -> *const c_char

Return the path to the ith output object file.

Use thinlto_module_get_num_object_files to get the number of available objects.