ΒΆvoid LLVMSetModuleIdentifier(LLVMModuleRef M,
                             const char* Ident,
                             size_t Len)

Description

Set the identifier of a module to a string Ident with length Len.

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

Parameters

LLVMModuleRef M
The module to set identifier
const char* Ident
The string to set M's identifier to
size_t Len
Length of Ident