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

Description

Create a descriptor for an imported module.

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

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.
LLVMMetadataRef* Elements
Renamed elements.
unsigned int NumElements
Number of renamed elements.