ΒΆextern lto_module_t
lto_module_create_from_memory_with_path(
    const void* mem,
    size_t length,
    const char* path)

Description

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

Declared at: llvm/include/llvm-c/lto.h:189

Parameters

const void* mem
size_t length
const char* path