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
.
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
.