Method LibLLVMRelocationIteratorClone
LibLLVMRelocationIteratorClone(LLVMRelocationIteratorRef)
Clones a relocation iterator, preserving the current symbol it refers to
Declaration
public static LLVMRelocationIteratorRef LibLLVMRelocationIteratorClone(LLVMRelocationIteratorRef ref)
Parameters
public static LLVMRelocationIteratorRef LibLLVMRelocationIteratorClone(LLVMRelocationIteratorRef ref)
LLVMRelocationIteratorRef | ref | Iterator to clone |
Returns
LLVMRelocationIteratorRef | New independent iterator referring to the same symbol as the original |