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