lto_module_create_from_memory_with_path

Loads an object file from memory with an extra path argument. Returns NULL on error (check lto_get_error_message() for details).

\since LTO_API_VERSION=9

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

Meta