ΒΆextern LTOObjectBuffer thinlto_module_get_object(
thinlto_code_gen_t cg,
unsigned int index)
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:699
Parameters
- thinlto_code_gen_t cg
- unsigned int index