Function llvm_sys::debuginfo::LLVMDIBuilderCreateModule

source ยท
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,
    APINotesFile: *const c_char,
    APINotesFileLen: size_t
) -> LLVMMetadataRef
Expand description

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