pub unsafe extern "C" fn thinlto_module_get_object_file(
cg: *mut LLVMOpaqueThinLTOCodeGenerator,
index: u32,
) -> *const i8Expand description
Return the path to the ith output object file.
Use thinlto_module_get_num_object_files to get the number of available objects.