pub unsafe extern "C" fn LLVMGetFirstGlobalAlias(
M: LLVMModuleRef,
) -> LLVMValueRefExpand description
Obtain an iterator to the first GlobalAlias in a Module.
pub unsafe extern "C" fn LLVMGetFirstGlobalAlias(
M: LLVMModuleRef,
) -> LLVMValueRefObtain an iterator to the first GlobalAlias in a Module.