ΒΆconst char* LLVMGetModuleIdentifier(
    LLVMModuleRef M,
    size_t* Len)

Description

Obtain the identifier of a module.

Declared at: llvm/include/llvm-c/Core.h:716

Parameters

LLVMModuleRef M
Module to obtain identifier of
size_t* Len
Out parameter which holds the length of the returned string.

Returns

The identifier of M.