ΒΆconst char* thinlto_module_get_object_file(
    thinlto_code_gen_t cg,
    unsigned int index)

Description

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

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

Parameters

thinlto_code_gen_t cg
unsigned int index