ΒΆunsigned int thinlto_module_get_num_object_files(
    thinlto_code_gen_t cg)

Description

Returns the number of object files produced by the ThinLTO CodeGenerator. It usually matches the number of input files, but this is not a guarantee of the API and may change in future implementation, so the client should not assume it.

Declared at: llvm/include/llvm-c/lto.h:752

Parameters

thinlto_code_gen_t cg