ΒΆLLVMValueRef LLVMGetNamedGlobalAlias(
    LLVMModuleRef M,
    const char* Name,
    size_t NameLen)

Description

Obtain a GlobalAlias value from a Module by its name. The returned value corresponds to a llvm::GlobalAlias value.

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

Parameters

LLVMModuleRef M
const char* Name
size_t NameLen