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