[][src]Function llvm_sys::core::LLVMGetSourceFileName

pub unsafe extern "C" fn LLVMGetSourceFileName(
    M: LLVMModuleRef,
    Len: *mut size_t
) -> *const c_char

Obtain the module's original source file name.

Len holds the length of the returned string, returns the original source file name of M.