ΒΆLLVMMetadataRef
LLVMDIBuilderCreateImportedModuleFromModule(
    LLVMDIBuilderRef Builder,
    LLVMMetadataRef Scope,
    LLVMMetadataRef M,
    LLVMMetadataRef File,
    unsigned int Line)

Description

Create a descriptor for an imported module.

Declared at: llvm/include/llvm-c/DebugInfo.h:401

Parameters

LLVMDIBuilderRef Builder
The \c DIBuilder.
LLVMMetadataRef Scope
The scope this module is imported into
LLVMMetadataRef M
The module being imported here
LLVMMetadataRef File
File where the declaration is located.
unsigned int Line
Line number of the declaration.