ΒΆLLVMValueRef LLVMAddAlias2(LLVMModuleRef M,
                           LLVMTypeRef ValueTy,
                           unsigned int AddrSpace,
                           LLVMValueRef Aliasee,
                           const char* Name)

Description

Add a GlobalAlias with the given value type, address space and aliasee.

Declared at: llvm/include/llvm-c/Core.h:2423

Parameters

LLVMModuleRef M
LLVMTypeRef ValueTy
unsigned int AddrSpace
LLVMValueRef Aliasee
const char* Name