[][src]Function llvm_sys_featured::debuginfo::LLVMDIBuilderCreateModule

pub unsafe extern "C" fn LLVMDIBuilderCreateModule(
    Builder: LLVMDIBuilderRef,
    ParentScope: LLVMMetadataRef,
    Name: *const c_char,
    NameLen: size_t,
    ConfigMacros: *const c_char,
    ConfigMacrosLen: size_t,
    IncludePath: *const c_char,
    IncludePathLen: size_t,
    SysRoot: *const c_char,
    SysRootLen: size_t
) -> LLVMMetadataRef

Creates a new descriptor for a module with the specified parent scope.