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