ΒΆextern thinlto_code_gen_t thinlto_create_codegen()
extern thinlto_code_gen_t thinlto_create_codegen()
Description
Instantiates a ThinLTO code generator. Returns NULL on error (check lto_get_error_message() for details). The ThinLTOCodeGenerator is not intended to be reuse for multiple compilation: the model is that the client adds modules to the generator and ask to perform the ThinLTO optimizations / codegen, and finally destroys the codegenerator.
Declared at: llvm/include/llvm-c/lto.h:646