llvm_sys::core

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