LLVMSetModuleIdentifier

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

@param M The module to set identifier @param Ident The string to set M's identifier to @param Len Length of Ident @see Module::setModuleIdentifier()

extern (C) nothrow
void
LLVMSetModuleIdentifier
(
LLVMModuleRef M
,
const(char)* Ident
,)

Meta