Function LLVMSetModuleIdentifier

Source
pub unsafe extern "C" fn LLVMSetModuleIdentifier(
    M: *mut LLVMModule,
    Ident: *const i8,
    Len: usize,
)
Expand description

Set the identifier of a module.

Len is the length of the string pointed to by Ident.