ΒΆextern LTOObjectBuffer thinlto_module_get_object(
    thinlto_code_gen_t cg,
    unsigned int index)

Description

Returns a reference to the ith object file produced by the ThinLTO CodeGenerator. Client should use \p thinlto_module_get_num_objects() to get the number of available objects.

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

Parameters

thinlto_code_gen_t cg
unsigned int index