pub unsafe extern "C" fn LLVMGetNamedGlobalAlias(
M: LLVMModuleRef,
Name: *const c_char,
NameLen: size_t,
) -> LLVMValueRef
Expand description
Obtain a GlobalAlias value from a Module by its name.
The returned value corresponds to a llvm::GlobalAlias value.