TBAAStructField

public struct TBAAStructField

Represents a single field in a (C or C++) struct.

  • The offset of this struct field in bytes.

    Declaration

    Swift

    public let offset: Size
  • This size of this struct field in bytes.

    Declaration

    Swift

    public let size: Size
  • The type metadata node for this struct field.

    Declaration

    Swift

    public let type: MDNode
  • Create a new TBAA struct field.

    Declaration

    Swift

    public init(offset: Size, size: Size, type: MDNode)