ΒΆLLVMValueRef LLVMGetPreviousGlobalAlias(
LLVMValueRef GA)
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:2361
Parameters
- LLVMValueRef GA