thinlto_module_get_object_file

Function thinlto_module_get_object_file 

Source
pub unsafe extern "C" fn thinlto_module_get_object_file(
    cg: *mut LLVMOpaqueThinLTOCodeGenerator,
    index: u32,
) -> *const i8
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.