LLVM API Documentation
Functions | |
LLVMValueRef | LLVMAddAlias (LLVMModuleRef M, LLVMTypeRef Ty, LLVMValueRef Aliasee, const char *Name) |
This group contains function that operate on global alias values.
LLVMValueRef LLVMAddAlias | ( | LLVMModuleRef | M, |
LLVMTypeRef | Ty, | ||
LLVMValueRef | Aliasee, | ||
const char * | Name | ||
) |
Definition at line 1520 of file Core.cpp.
References llvm::GlobalAlias::create(), llvm::GlobalValue::ExternalLinkage, Name, llvm::unwrap(), and llvm::wrap().