pub unsafe extern "C" fn thinlto_module_get_object(
cg: *mut LLVMOpaqueThinLTOCodeGenerator,
index: u32,
) -> LTOObjectBufferExpand description
Return a reference to the indexth object file produced by the
code generator.
pub unsafe extern "C" fn thinlto_module_get_object(
cg: *mut LLVMOpaqueThinLTOCodeGenerator,
index: u32,
) -> LTOObjectBufferReturn a reference to the indexth object file produced by the
code generator.