ΒΆextern unsigned int
thinlto_module_get_num_objects(
thinlto_code_gen_t cg)
extern unsigned int
thinlto_module_get_num_objects(
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:688
Parameters
- thinlto_code_gen_t cg