[−][src]Function llvm_sys::core::LLVMSetModuleIdentifier
pub unsafe extern "C" fn LLVMSetModuleIdentifier(
M: LLVMModuleRef,
Ident: *const c_char,
Len: size_t
)
Set the identifier of a module.
Len
is the length of the string pointed to by Ident
.