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

Description

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

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

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.