ΒΆLLVMValueRef LLVMGetPreviousGlobalAlias(
    LLVMValueRef GA)

Description

Decrement a GlobalAlias iterator to the previous GlobalAlias. Returns NULL if the iterator was already at the beginning and there are no previous global aliases.

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

Parameters

LLVMValueRef GA