pub unsafe extern "C" fn LLVMSetModuleIdentifier(
M: LLVMModuleRef,
Ident: *const c_char,
Len: usize,
)Expand description
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()