pub unsafe extern "C" fn LLVMGetFirstGlobalAlias(
    M: LLVMModuleRef
) -> LLVMValueRef
Expand description

Obtain an iterator to the first GlobalAlias in a Module.