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