Entry
public struct Entry
Represents an entry in the module flags structure.
-
The metadata kind associated with this global metadata.
Declaration
Swift
public var kind: UInt32 { get } -
The metadata value associated with this entry.
Declaration
Swift
public var metadata: IRMetadata { get }
Entry Structure Reference