pub unsafe extern "C" fn LLVMSetSourceFileName(
M: LLVMModuleRef,
Name: *const c_char,
Len: size_t,
)
Expand description
Set the original source file name of a module to a string Name with length Len.
pub unsafe extern "C" fn LLVMSetSourceFileName(
M: LLVMModuleRef,
Name: *const c_char,
Len: size_t,
)
Set the original source file name of a module to a string Name with length Len.