Function llvm_sys::core::LLVMSetSourceFileName

source ยท
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.