pub unsafe extern "C" fn LLVMGetPreviousGlobalAlias(
GA: LLVMValueRef,
) -> LLVMValueRef
Expand 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.