TargetAddress

public struct TargetAddress : Comparable

A type that represents an address, either symbolically within the JIT or physically in the execution environment.

  • Creates a target address value of 0.

    Declaration

    Swift

    public init()
  • Creates a target address from a raw address value.

    Declaration

    Swift

    public init(raw: LLVMOrcTargetAddress)
  • Declaration

    Swift

    public static func == (lhs: TargetAddress, rhs: TargetAddress) -> Bool
  • Declaration

    Swift

    public static func < (lhs: TargetAddress, rhs: TargetAddress) -> Bool