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