lto_module_create_in_codegen_context

\brief Loads an object file in the codegen context.

Loads an object file into the same context as \c cg. The module is safe to add using \a lto_codegen_add_module().

Returns NULL on error (check lto_get_error_message() for details).

\since LTO_API_VERSION=11

extern (C) nothrow extern
lto_module_create_in_codegen_context
(
const(void)* mem
,,
const(char)* path
,)

Meta