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

Description

Create a descriptor for an imported module that aliases another imported entity descriptor.

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

Parameters

LLVMDIBuilderRef Builder
The \c DIBuilder.
LLVMMetadataRef Scope
The scope this module is imported into
LLVMMetadataRef ImportedEntity
Previous imported entity to alias.
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.