ΒΆextern lto_code_gen_t lto_codegen_create()
extern lto_code_gen_t lto_codegen_create()
Description
Instantiates a code generator. Returns NULL on error (check lto_get_error_message() for details). All modules added using \a lto_codegen_add_module() must have been created in the same context as the codegen.
Declared at: llvm/include/llvm-c/lto.h:345