Function llvm_sys::debuginfo::LLVMDIBuilderCreateFile

source ยท
pub unsafe extern "C" fn LLVMDIBuilderCreateFile(
    Builder: LLVMDIBuilderRef,
    Filename: *const c_char,
    FilenameLen: size_t,
    Directory: *const c_char,
    DirectoryLen: size_t
) -> LLVMMetadataRef
Expand description

Create a file descriptor to hold debugging information for a file.