RelocationSequence

public class RelocationSequence : Sequence

A sequence for iterating over the relocations in an object file.

  • Creates an iterator that will iterate over all relocations in an object file.

    Declaration

    Swift

    public func makeIterator() -> AnyIterator<Relocation>