Function llvm_sys::lto::thinlto_module_get_object_file
source ยท pub unsafe extern "C" fn thinlto_module_get_object_file(
cg: thinlto_code_gen_t,
index: c_uint,
) -> *const c_char
Expand description
Return the path to the ith output object file.
Use thinlto_module_get_num_object_files
to get the number of available objects.