ΒΆLLVMValueRef LLVMGetNextGlobalAlias(
    LLVMValueRef GA)

Description

Advance a GlobalAlias iterator to the next GlobalAlias. Returns NULL if the iterator was already at the end and there are no more global aliases.

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

Parameters

LLVMValueRef GA